From 498c691eb0dd19b23f70421484aa6d738f35e73c Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Thu, 11 Apr 2019 18:44:34 +0200 Subject: Initial commit --- print.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 print.h (limited to 'print.h') diff --git a/print.h b/print.h new file mode 100644 index 0000000..0613dfc --- /dev/null +++ b/print.h @@ -0,0 +1,6 @@ +#ifndef PRINT_H +#define PRINT_H + +void print_error(const char * const format, ...); + +#endif /* PRINT_H */ -- cgit v1.2.3