mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 14:01:49 -04:00
6389d06ee4
* ovlmgr OK * sprintf * Remove UNUSED from header
11 lines
157 B
C
11 lines
157 B
C
#ifndef SPRINTF_H
|
|
#define SPRINTF_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void proutSprintf();
|
|
// void vsprintf();
|
|
int sprintf(char* dst, const char* fmt, ...);
|
|
|
|
#endif
|