8 lines
75 B
C
8 lines
75 B
C
#ifndef _MAIN_H
|
|
#define _MAIN_H
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
#endif
|
|
|