From 02ffe0ed4113e7b479197d0ba1b160e6280b4099 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 2 May 2021 10:19:23 +0200 Subject: Move the source files to a src directory --- src/print.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/print.h (limited to 'src/print.h') 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 */ -- cgit v1.2.3