worst typo ever

This commit is contained in:
LinlyBoi
2023-08-18 23:45:05 +03:00
parent 75e547e9c4
commit 2ce34badb1

2
main.h
View File

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