7 lines
83 B
C
7 lines
83 B
C
|
#ifndef _CMDPARSE_H
|
||
|
#define _CMDPARSE_H
|
||
|
|
||
|
char *parse_cmd(const char *new);
|
||
|
|
||
|
#endif
|