10#ifndef PCMK__CRM_COMMON_SCORES__H
11#define PCMK__CRM_COMMON_SCORES__H
24#define PCMK_SCORE_INFINITY 1000000
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.