Restore console, server/client stuff.

This commit is contained in:
2025-04-21 08:23:58 -05:00
parent 697b5f7ee2
commit 4aaabb3882
22 changed files with 549 additions and 47 deletions

View File

@@ -20,6 +20,8 @@
#include <errno.h>
#include <unistd.h>
#include <sys/ioctl.h>
typedef bool bool_t;
typedef char char_t;