Files
2026-08-07 17:38:18 +09:00

13 lines
116 B
C

#ifndef CFGCONFIG_H
#define CFGCONFIG_H
#define MAX_BUF 1024
extern char cfgname[60];
#endif