| 
    pacemaker
    2.1.4-dc6eb4362
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <stdarg.h>#include <stddef.h>#include <stdint.h>#include <setjmp.h>#include <cmocka.h>
Go to the source code of this file.
Macros | |
| #define | A(x) #x | 
| #define | B(x) A(x) | 
Functions | |
| int | main (int argc, char **argv) | 
Variables | |
| int | pcmk__score_red | 
| int | pcmk__score_green | 
| int | pcmk__score_yellow | 
| #define A | ( | x | ) | #x | 
Definition at line 57 of file char2score_test.c.
| #define B | ( | x | ) | A(x) | 
Definition at line 58 of file char2score_test.c.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 74 of file char2score_test.c.
 1.8.14