| 38 | #ifdef __cplusplus |
| 39 | |
| 40 | static inline void* feOptValue(feOptIndex opt) |
| 41 | { |
| 42 | return feOptSpec[(int)opt].value; |
| 43 | } |
| 44 | inline int feOptValue(feOptIndex opt, char** val) |
| 45 | { |
| 46 | if (opt != FE_OPT_UNDEF && feOptSpec[(int)opt].type == feOptString) |
no outgoing calls