zzsh/env/env.h
2023-06-27 19:12:44 +02:00

8 lines
70 B
C

#pragma once
typedef struct s_env
{
char *key;
char *value;
} env;