Files
cws/include/utils/config.h

8 lines
95 B
C

#ifndef CWS_CONFIG_H
#define CWS_CONFIG_H
typedef struct cws_config_t {
} cws_config;
#endif