Modestus Moon OS  R4
CS 450 project
comm_vars.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION   "R5"
 
#define IMPROPER_COMMAND   "That is not a proper command. Type 'help' to see a list of commands."
 
#define UNKNOWN_COMMAND   "UNKOWN COMMAND, type 'help' to see a list of commands and arguments."
 
#define EXTRA_PARAMETERS   "Extra parameter found: "
 

Macro Definition Documentation

#define EXTRA_PARAMETERS   "Extra parameter found: "

Definition at line 4 of file comm_vars.h.

Referenced by pcbFunc().

#define IMPROPER_COMMAND   "That is not a proper command. Type 'help' to see a list of commands."

Definition at line 2 of file comm_vars.h.

Referenced by helpFunc(), setDate(), and setTime().

#define UNKNOWN_COMMAND   "UNKOWN COMMAND, type 'help' to see a list of commands and arguments."

Definition at line 3 of file comm_vars.h.

#define VERSION   "R5"

Definition at line 1 of file comm_vars.h.

Referenced by version().