first commit

This commit is contained in:
2026-03-27 15:38:41 -04:00
commit 33c340749c
8 changed files with 113 additions and 0 deletions

11
src/frcctrlmgr.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef FRCCTRLMGR_H_
#define FRCCTRLMGR_H_
#define VERSION "0.1"
#include <stdio.h>
#include <string.h>
#define STRCMP(x) !strcmp(argv[i], x)
#endif // FRCTRLMGR_H_