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 --- print.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 print.h (limited to 'print.h') diff --git a/print.h b/print.h deleted file mode 100644 index 7992087..0000000 --- a/print.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PRINT_H -#define PRINT_H - -void print_error(const char *const format, ...); - -#endif /* PRINT_H */ -- cgit v1.2.3