5 lines
51 B
C
5 lines
51 B
C
|
|
typedef struct {
|
|
int verbose;
|
|
} settings;
|
|
|
typedef struct {
|
|
int verbose;
|
|
} settings;
|