7 lines
79 B
C
7 lines
79 B
C
#ifndef MAIN_H_
|
|
#define MAIN_H_
|
|
int _printf(const char *format, ...);
|
|
|
|
|
|
#endif
|