Renamed sprintf() duplicate function

This commit is contained in:
AnonymousRandomPerson
2022-03-09 22:47:58 -05:00
parent 458001dbbd
commit 83d097624b
29 changed files with 139 additions and 136 deletions

6
include/code_800D090.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GUARD_CODE_800D090_H
#define GUARD_CODE_800D090_H
void sprintf_2(char *buffer, const char *text, ...);
#endif