From 83d097624b48c58ed081ccc8f2cd9e613d290128 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Wed, 9 Mar 2022 22:47:58 -0500 Subject: Renamed sprintf() duplicate function --- include/code_800D090.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/code_800D090.h (limited to 'include/code_800D090.h') 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 -- cgit v1.2.3