8 lines
70 B
C
8 lines
70 B
C
#pragma once
|
|
|
|
typedef struct s_env
|
|
{
|
|
char *key;
|
|
char *value;
|
|
} env;
|