Files
ultrasm64-2/include/gcc/stdio.h
2025-02-16 23:53:25 -05:00

7 lines
92 B
C

#ifndef STDIO_H
#define STDIO_H
extern int sprintf(char *s, const char *fmt, ...);
#endif