#include "before_system.h"
#include <string.h>
#include <ctype.h>
#include "gu.h"
#include "global_defines.h"
Functions | |
char * | ppr_get_command (const char *prompt, int machine_input) |
read interactive mode command line |
|
read interactive mode command line This function is used in the interactive utilities to print a prompt and get a command from the user. Any trailing spaces are removed from the line. |