chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / usr / includes / stdio.h
index f898bedfee2f52b9efe0c1ae5cdc843a39974f07..0ef2e146fa2211b1a2fee357c7cb9e2271ea4e6e 100644 (file)
@@ -4,10 +4,7 @@
 #define stdout 0
 #define stdin 1
 
-void
+int
 printf(const char* fmt, ...);
 
-const char*
-strchr(const char* str, int character);
-
 #endif /* __LUNAIX_USTDIO_H */