29 #ifndef GLOBAL_CONSTANTS_H 30 #define GLOBAL_CONSTANTS_H 36 static int get_global_constant_count();
37 static const char *get_global_constant_name(
int p_idx);
38 static int get_global_constant_value(
int p_idx);
41 #endif // GLOBAL_CONSTANTS_H Definition: global_constants.h:33