5 lines
86 B
C
5 lines
86 B
C
|
#ifndef __MR1_H
|
||
|
#define __MR1_H
|
||
|
int mr1100(int argc, char* argv[]);
|
||
|
#endif // __MR1_H
|