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/convert.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/convert.h (limited to 'lib/convert.h') diff --git a/lib/convert.h b/lib/convert.h deleted file mode 100644 index f07614b..0000000 --- a/lib/convert.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef CONVERT_H -#define CONVERT_H - -#include "def.h" - -#include -#include - -long int get_number(const char* text); -long int get_blkm(const char* text); -mode_t get_mode(const char* text); - -bool streql(const char* a, const char* b); -bool prefix(const char* pre, const char* str); - -void print_file_size(size_t bytes, char buf[5]); -void print_date_time(time_t mills, char buf[13]); -void print_file_path(char* path); - -#endif -- cgit v1.2.3-freya