7 lines
70 B
C
7 lines
70 B
C
|
#ifndef _MAIN_DECL_H_
|
||
|
#define _MAIN_DECL_H_
|
||
|
|
||
|
void main(void);
|
||
|
|
||
|
#endif
|