Files
printf/main.h
2023-08-18 23:45:05 +03:00

7 lines
79 B
C

#ifndef MAIN_H_
#define MAIN_H_
int _printf(const char *format, ...);
#endif