summaryrefslogtreecommitdiff
path: root/src/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/printf.h')
-rw-r--r--src/include/printf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/printf.h b/src/include/printf.h
index 6104ccf..0733f55 100644
--- a/src/include/printf.h
+++ b/src/include/printf.h
@@ -61,6 +61,7 @@ void _putchar(char character);
int printf_(const char* format, ...);
+
/**
* Tiny sprintf implementation
* Due to security reasons (buffer overflow) YOU SHOULD CONSIDER USING (V)SNPRINTF INSTEAD!