Get osreport.c linked

This commit is contained in:
Cuyler36
2023-03-15 16:46:43 -04:00
parent 2252184a87
commit 3b150d408d
19 changed files with 976 additions and 93 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
#include "va_args.h"
void vprintf(const char*, va_list);
void print(const char*, ...);
extern void vprintf(const char*, va_list);
extern void printf(const char*, ...);
#endif
#endif