|
FORM
4.3
|
#include <structs.h>
Data Fields | |
| UBYTE * | currentPrompt |
| UBYTE * | shellname |
| UBYTE * | stderrname |
| int | timeout |
| int | killSignal |
| int | killWholeGroup |
| int | daemonize |
| int | currentExternalChannel |
The X_const struct is part of the global data and resides in the ALLGLOBALS struct A under the name X We see it used with the macro AX as in AX.timeout It contains variables that involve communication with external programs
1.8.14