From c07461337363d7c3e28bac53e73c16d038903e87 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 3 Jul 2025 10:42:10 +0300 Subject: ImpOwOments - Use better thing for compiling - Remove all those unneeded function definitions bloating my beautiful perfect code --- buc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'buc.c') diff --git a/buc.c b/buc.c index 626fa2e..b8557b0 100644 --- a/buc.c +++ b/buc.c @@ -4,7 +4,6 @@ #include char buf[512]; progress; -atoi(), err(), exit(), read(), write(); #define readbuf(sock) ((((progress = read((sock), buf, sizeof(buf))) == -1) && err(1, "read()") || !progress && exit(0)), progress) #define sendbuf(sock, size) (write(sock, buf, size) == -1 && err(1, "write()")) -- cgit 1.4.1