From 09133381cad0a1dec37595867eadf9c6858ce8ee Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Tue, 23 May 2023 18:31:53 +0600 Subject: Clean up main header file Signed-off-by: Mubashshir --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2cc35fa..afa1eeb 100644 --- a/src/main.c +++ b/src/main.c @@ -3,6 +3,7 @@ #include #include "teams.h" + #define getline(x, y) \ while(((x)[strcspn((x), "\r\n")] = 0) == 0 && strncmp((x), "", (y)) == 0) \ fgets((x), (y), stdin) -- cgit v1.2.3