Files
printf/main.h
2023-08-18 23:43:15 +03:00

7 lines
79 B
C

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