diff options
Diffstat (limited to 'src/utils/print.h')
| -rw-r--r-- | src/utils/print.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/print.h b/src/utils/print.h new file mode 100644 index 0000000..51ed076 --- /dev/null +++ b/src/utils/print.h @@ -0,0 +1,7 @@ +#ifndef PRINT_H +#define PRINT_H + + +void putchar(char); + +#endif |
