#include <stdio.h>Go to the source code of this file.
Functions | |
| main (argc, char **argv) | |
Variables | |
| char * | argtbl [] |
| main | ( | argc | , | |
| char ** | argv | |||
| ) |
| char* argtbl[] |
Initial value:
{
"/bin/echo",
"---",
">>>",
0,
"<<<",
"---",
0,
}
Definition at line 23 of file exec_cmd.c.
Referenced by main().
1.5.4