Rename lib to util

This commit is contained in:
Shav Kinderlehrer 2023-04-10 23:08:11 -04:00
parent c040fe79ef
commit 907dbe6cae
3 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <unistd.h>
#include "file.h"
#include "lib.h"
#include "util.h"
#define INVERT_T "\x1b[7m"
#define UINVERT_T "\x1b[27m"