#ifndef PARSE_CMD_H #define PARSE_CMD_H 1 void parse_cmd(char *buf, int *pargc, char *pargv[], int MAXTOKENS); #endif // PARSE_CMD_H