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