8 lines
94 B
C
8 lines
94 B
C
#ifndef PARA_H
|
|
#define PARA_H
|
|
|
|
#define MAX_CMD_LEN 1024
|
|
#define MAX_ARGS 64
|
|
|
|
#endif // PARA_H
|