#include "libc.h"
Functions | |
int | parse (char *buf, int len, t_cmd_fn cmd) |
Variables | |
char | pargmem [MAXARGV][MAXARGLEN] |
char * | pargv [MAXARGV+1] |
int | pargc |
|
Parses the specified buffer recognizing comments beginning with a sharp sign, double quotes and special quotes <> (for preprocessor catenation). Ignores tabs and whitespaces. This parser uses a static buffer and so, does not allocate memory. |
|
|
|
|
|
|