diff options
author | Marvin Borner | 2020-08-09 17:27:08 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-09 17:27:08 +0200 |
commit | 544acef0986977ef9d3a05d87bb9f55163b1280a (patch) | |
tree | 764d28f454b818c3ac19d59df17ecd914f9d7ecf /lib/inc/print.h | |
parent | 162d024a53e1e31e00ff0b6f47dd4590edebc551 (diff) |
Temporary cpu and serial drivers in libc
Diffstat (limited to 'lib/inc/print.h')
-rw-r--r-- | lib/inc/print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inc/print.h b/lib/inc/print.h index 925a5bd..04668b2 100644 --- a/lib/inc/print.h +++ b/lib/inc/print.h @@ -9,5 +9,6 @@ int printf(const char *format, ...); int vprintf(const char *format, va_list ap); int vsprintf(char *str, const char *format, va_list ap); +int print(const char *str); #endif |