feat: add simple two-thread watch prototype

I feel like I'm crushing it today!
This commit is contained in:
2024-08-03 11:13:09 +02:00
parent 9d1408c174
commit 121643be45
5 changed files with 61 additions and 10 deletions

View File

@@ -4,7 +4,11 @@
#include "optional.h"
typedef struct {
// prototyping
optional_str file;
optional_str file2;
// actual
int verbosity;
bool help;
bool version;