diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-04 00:10:24 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-04 00:10:24 +0200 |
commit | 66404f0bfbd78e635ff6381ca30b25157e0e1a09 (patch) | |
tree | 2e55670da27019b2c80efa58f3e2159ca888a530 /src/include/exit.h | |
parent | cb9bff92107d168ff6dd0c12dc34bc7bacc8eb7d (diff) |
remove unused headers
Diffstat (limited to 'src/include/exit.h')
-rw-r--r-- | src/include/exit.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 |