7 lines
No EOL
97 B
C
7 lines
No EOL
97 B
C
#ifndef _HELP_H_
|
|
#define _HELP_H_
|
|
|
|
//Outputs the Help for the Program.
|
|
void outputHelp();
|
|
|
|
#endif |