aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/printf.h')
-rw-r--r--kernel/include/printf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/printf.h b/kernel/include/printf.h
index b37816d..b4e1c1b 100644
--- a/kernel/include/printf.h
+++ b/kernel/include/printf.h
@@ -7,3 +7,4 @@
int snprintf(char* s, size_t n, const char* format, ...);
int vsnprintf(char* s, size_t n, const char* format, va_list arg);
+/* vim: set ts=4 sw=4 tw=0 noet :*/