sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

stdio.h (92B)


      1 #ifndef STDIO_H
      2 #define STDIO_H
      3 
      4 extern int sprintf(char *s, const char *fmt, ...);
      5 
      6 #endif