From 2a99c6259d54e6b5278b49ee248ba2ac66a7a56a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 4 Apr 2021 11:19:55 +0200 Subject: Create repository --- src/utils/print.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/utils/print.h (limited to 'src/utils/print.h') 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 -- cgit v1.2.3