first commit
This commit is contained in:
11
src/frcctrlmgr.h
Normal file
11
src/frcctrlmgr.h
Normal 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_
|
||||
Reference in New Issue
Block a user