22#if (defined ARG_MAX && ARG_MAX <= 1048576)
23 #define MAX_CMDLINE_LEN ARG_MAX
25 #define MAX_CMDLINE_LEN 1048576
ShCommand * shParseCmdLine(char cmdLine[])
Parses a command line.
void shPrompt(void)
Prints a prompt symbol including the shell's current working directory.
The ShCommand structure contains a parsed command.
Definition: shellutils.h:30
char * inFile
Definition: shellutils.h:31
const char * parseError
Definition: shellutils.h:37
char * outFile
Definition: shellutils.h:33
char * cmdLine
Definition: shellutils.h:40
bool background
Definition: shellutils.h:35
char ** argv
Definition: shellutils.h:42