From 66404f0bfbd78e635ff6381ca30b25157e0e1a09 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Thu, 4 Jul 2024 00:10:24 +0200 Subject: remove unused headers --- src/include/exit.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/include/exit.h (limited to 'src/include/exit.h') diff --git a/src/include/exit.h b/src/include/exit.h deleted file mode 100644 index d7351ba..0000000 --- a/src/include/exit.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef EXIT_H -#define EXIT_H - -/* Return code conventions: - - 110: Unable to access dir - 111: General (memory) error - 112: Unable to access file -*/ - -void _exit(); - -int rename(const char *, const char *); - - -#endif -- cgit v1.2.3