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