Home | Department of Computer Science

#define MAX_LINE 80 /* 80 chars per line, per command, should be enough. */ /* The setup function below will not return any value, but it will just: read. in the next command line; separate it into distinct arguments (using blanks as. delimiters), and set the args array entries to point to the beginning of what. will become null-terminated, C ... ................
................