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