12 lines
170 B
C
12 lines
170 B
C
#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_
|