8 lines
124 B
C
Executable File
8 lines
124 B
C
Executable File
#ifndef __MG1_H
|
|
#define __MG1_H
|
|
|
|
int mg1100(int argc, char* argv[]);
|
|
int mg1200(int argc, char* argv[]);
|
|
|
|
#endif // __MG1_H
|