6 lines
61 B
C
6 lines
61 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
void printHelp(void);
|
|
|
|
#endif
|