8 lines
83 B
C
8 lines
83 B
C
#ifndef HZ
|
|
#define HZ 60
|
|
#endif
|
|
|
|
#ifndef MAXPATHLEN
|
|
#define MAXPATHLEN 1024
|
|
#endif
|