This commit is contained in:
Your Name 2023-11-02 19:17:12 +03:00
parent b29ae43dd6
commit 66599bc6bd
6 changed files with 97 additions and 8 deletions

View file

@ -8,10 +8,6 @@
motd parsing
*/
#if defined(_WIN32) || defined(_WIN64)
#error "Only unix"
#endif
#include <stdio.h>
#include <string.h>
#include <stdlib.h>