7 lines
66 B
C
7 lines
66 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
int main(void);
|
||
|
|
||
|
#endif /*MAIN_H*/
|