#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <ctype.h>#include <sys/termios.h>#include <sys/types.h>#include <ngc/core/ngcbShell.h>Functions | |
| int | ngcbShellReadStream (FILE *inputStream, char *cmdLine, char *erms) |
| int ngcbShellReadStream | ( | FILE * | inputStream, |
| char * | cmdLine, | ||
| char * | erms ) |
Read command line from stream and prepares it for command parsing (i.e deletes suspiciuous spaces etc.).