10 #ifndef PCMK__CRM_COMMON_SCORES__H 11 #define PCMK__CRM_COMMON_SCORES__H 23 #define PCMK_SCORE_INFINITY 1000000 33 #endif // PCMK__CRM_COMMON_SCORES__H const char * pcmk_readable_score(int score)
Return a displayable static string for a score value.
int char2score(const char *score)
Get the integer value of a score string.