9 lines
160 B
C
Executable File
9 lines
160 B
C
Executable File
#ifndef __MG0_H
|
|
#define __MG0_H
|
|
|
|
int mg0100(int argc, char* argv[]);
|
|
int mg0200(int argc, char* argv[]);
|
|
int mg0300(int argc, char* argv[]);
|
|
|
|
#endif // __MG0_H
|