7 lines
58 B
C
7 lines
58 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#endif
|