From 80a67b7d20393a29aa5d2cb92197f3381be7fd96 Mon Sep 17 00:00:00 2001 From: turret Date: Sat, 30 Mar 2024 16:04:45 -0500 Subject: *: directory changes since this project is a skeleton and not meant to clutter up the code that will actually consume the bot, i've opted to consolidate the majority of files under a single directory and minimise extra files *: move code to util/ *: move include files to include/dbs/ net: consolidate net functions into single file config: remove config --- include/util.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 include/util.h (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h deleted file mode 100644 index bad4a33..0000000 --- a/include/util.h +++ /dev/null @@ -1,3 +0,0 @@ -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) - -#define writeputs(str) write(STDOUT_FILENO, str, strlen(str)); -- cgit v1.2.3