Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/include/libc/stdio.h
7857 views
1
#ifndef STDIO_H
2
#define STDIO_H
3
4
extern int sprintf(char *s, const char *fmt, ...);
5
6
#endif
7
8