This commit is contained in:
Emil Williams 2024-02-06 03:19:25 +00:00
parent ea30db5914
commit e50f10e87c
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

@ -1,5 +1,6 @@
/* blackhole.c - eats incoming messages, does nothing, just for testing /* blackhole.c - eats incoming messages, does nothing, just for testing
* @BAKE cc -O2 -std=gnu89 -Wall -Wextra -Wpedantic $@ -o $* * @BAKE cc -O2 -std=gnu89 -Wall -Wextra -Wpedantic $@ -o $*
* Basically ripped from <https://beej.us/guide/bgnet/html//index.html#what-is-a-socket>
*/ */
#include <stdio.h> #include <stdio.h>