commit 9417339cc26b6bb27214fea03cd8ebaa018032e1 parent c1e6a118d77ee2059b79723e4d576cb565e1608d Author: hhvn <dev@hhvn.uk> Date: Sat, 5 Jun 2021 19:05:56 +0100 main.c: add comment Diffstat:
M | main.c | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/main.c b/main.c @@ -12,9 +12,11 @@ #include "arg.h" #define EXIT_USAGE 2 +#define CQUEUE 255 + +/* strings for getaddrinfo() */ #define HOST_DFLT "localhost" #define PORT_DFLT "79" -#define CQUEUE 255 char *argv0;