gri3-wm/include/cmdparse.h

7 lines
83 B
C

#ifndef _CMDPARSE_H
#define _CMDPARSE_H
char *parse_cmd(const char *new);
#endif