13 lines
116 B
C
13 lines
116 B
C
|
|
|
|
#ifndef CFGCONFIG_H
|
|
#define CFGCONFIG_H
|
|
|
|
|
|
#define MAX_BUF 1024
|
|
|
|
extern char cfgname[60];
|
|
|
|
#endif
|
|
|