ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbShellStreamIo.c File Reference
#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)
 

Detailed Description

Function Documentation

◆ ngcbShellReadStream()

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.).