diff options
Diffstat (limited to 'src/utils/print.h')
| -rw-r--r-- | src/utils/print.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/print.h b/src/utils/print.h index 51ed076..fb1badd 100644 --- a/src/utils/print.h +++ b/src/utils/print.h @@ -2,6 +2,12 @@ #define PRINT_H +/** + * Print char + */ void putchar(char); +void print(char*); +void scrollup(); +void clear(); #endif |
