In file input.h:

extern char inp_buffer

User's input buffer (sized MAXINPLEN).

Documentation

User's input buffer (sized MAXINPLEN).

This is where users' input is kept. This is a char array, but don't assume it represents the user's entire input. Concatenation commands may insert nulls to break the command line into margv[] arguments.

Alphabetic index



This page was generated with the help of DOC++.