6 lines
56 B
C
6 lines
56 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
int main(void);
|
|
|
|
#endif |