prototype added for printf

This commit is contained in:
LinlyBoi
2023-08-18 23:43:15 +03:00
parent 6e41e2d9d0
commit 75e547e9c4

6
main.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MAIN_H_
#define MAIN_H_
int _prinft(const char *format, ...);
#endif