User's input buffer (sized MAXINPLEN).
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.