Files
ac-decomp/include/libc64/sprintf.h
T
2023-09-09 15:07:18 +02:00

6 lines
90 B
C

#ifndef SPRINTF_H
#define SPRINTF_H
s32 sprintf(char* dst, const char* fmt, ...);
#endif