mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
8 lines
110 B
C
8 lines
110 B
C
#ifndef SPRINTF_H
|
|
#define SPRINTF_H
|
|
|
|
#include "types.h"
|
|
|
|
s32 sprintf(char* dst, const char* fmt, ...);
|
|
|
|
#endif |