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