|
FORM 4.3
|
#include "form3.h"Go to the source code of this file.
Functions | |
| int | openExternalChannel (UBYTE *cmd, int daemonize, UBYTE *shellname, UBYTE *stderrname) |
| int | initPresetExternalChannels (UBYTE *theline, int thetimeout) |
| int | closeExternalChannel (int n) |
| int | selectExternalChannel (int n) |
| int | getCurrentExternalChannel () |
| void | closeAllExternalChannels () |
The system that takes care of communication with external programs.
Definition in file extcmd.c.
| int openExternalChannel | ( | UBYTE * | cmd, |
| int | daemonize, | ||
| UBYTE * | shellname, | ||
| UBYTE * | stderrname ) |
| int initPresetExternalChannels | ( | UBYTE * | theline, |
| int | thetimeout ) |