Added / started some infrastructure / boilerplate code.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef KEYWORDS_H
|
||||
#define KEYWORDS_H
|
||||
|
||||
typedef enum {
|
||||
FN, ORG
|
||||
} Keyword;
|
||||
|
||||
int IsKeyword(const char* text, Keyword* keyword);
|
||||
void GetKeywordText(Keyword keyword, char buffer[16]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user