From e735ad6710a82604a206ad29f6cbcdd7dc4b024c Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 14 May 2023 21:43:02 -0400 Subject: refactor and add su --- lib/error.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/error.h (limited to 'lib/error.h') diff --git a/lib/error.h b/lib/error.h deleted file mode 100644 index bae532e..0000000 --- a/lib/error.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ERROR_H -#define ERROR_H - -__attribute__ ((__format__(printf, 1, 2))) -void error_s(const char* format, ...); - -__attribute__ ((__format__(printf, 1, 2))) -void error(const char* format, ...); - -__attribute__ ((__format__(printf, 1, 2))) -void output(const char* format, ...); - -#endif -- cgit v1.2.3-freya