#pragma once

typedef struct s_env
{
	char *key;
	char *value;
} env;