aboutsummaryrefslogtreecommitdiffstats
path: root/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'printf.h')
-rw-r--r--printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index c0ba2ae..194f65f 100644
--- a/printf.h
+++ b/printf.h
@@ -87,7 +87,7 @@ int vsnprintf(char* buffer, size_t count, const char* format, va_list va);
* \param format A string that specifies the format of the output
* \return The number of characters that are sent to the output function, not counting the terminating null character
*/
-int oprintf(void (*out)(char character), const char* format, ...);
+int fctprintf(void (*out)(char character), const char* format, ...);
#ifdef __cplusplus