10 #ifndef PCMK__CRM_COMMON_SCORES__H 11 #define PCMK__CRM_COMMON_SCORES__H 23 #define PCMK_SCORE_INFINITY 1000000 34 #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.
int pcmk_parse_score(const char *score_s, int *score, int default_score)
Parse an integer score from a string.