diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-09 22:47:58 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:33:13 -0500 |
commit | 83d097624b48c58ed081ccc8f2cd9e613d290128 (patch) | |
tree | 582b22f484eed2b223c8993d0f2b9c501398ee91 /include | |
parent | 458001dbbdb9c11a129cfe4286b536cfefc349f0 (diff) |
Renamed sprintf() duplicate function
Diffstat (limited to 'include')
-rw-r--r-- | include/code_800D090.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/code_800D090.h b/include/code_800D090.h new file mode 100644 index 0000000..6f85dd4 --- /dev/null +++ b/include/code_800D090.h @@ -0,0 +1,6 @@ +#ifndef GUARD_CODE_800D090_H +#define GUARD_CODE_800D090_H + +void sprintf_2(char *buffer, const char *text, ...); + +#endif
\ No newline at end of file |