VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
OptionTokens.h
Go to the documentation of this file.
1 #ifndef OPTIONTOKENS_H
2 #define OPTIONTOKENS_H
3 
4 /* The order of this does NOT matter, but do not give things specific values
5  * or you will screw up the ability to count things properly */
77  OT_BASE_UNKNOWN /* Must be last since used for counting enum items */
78 };
79 
100  OT_ARG_UNKNOWN /* Must be last since used for counting enum items */
101 };
102 
103 extern struct s_TokenPair OptionBaseTokenList[];
104 extern struct s_TokenPair OptionArgTokenList[];
105 
106 #endif
struct s_TokenPair OptionArgTokenList[]
Definition: OptionTokens.c:63
struct s_TokenPair OptionBaseTokenList[]
Definition: OptionTokens.c:7
e_OptionArgToken
Definition: OptionTokens.h:80
e_OptionBaseToken
Definition: OptionTokens.h:6