]> git.sur5r.net Git - cc65/blobdiff - include/stdio.h
Added a C header that translates from the source file's encoding to PetSCII.
[cc65] / include / stdio.h
index a3facd513522dbdfe0cdd9ad618615bed8bc053f..73dc05bdb602a4e1b6a9eccf330e9b63a74527a7 100644 (file)
 
 
 
-#ifndef _STDDEF_H
-#  include <stddef.h>
-#endif
-#ifndef _STDARG_H
-#  include <stdarg.h>
-#endif
+#include <stddef.h>
+#include <stdarg.h>
 
 
 
@@ -147,6 +143,3 @@ void __fastcall__ _poserror (const char* msg);          /* cc65 */
 
 /* End of stdio.h */
 #endif
-
-
-