1 2 3 4 5 6 7 8 9 10
#ifndef CHECKOUTS_H #define CHECKOUTS_H extern char *CHECKOUTS[3][170]; extern char *SETUP_SHOTS[191]; int checkouts_suggested(char *buf, int rem, int darts_in_hand); int checkouts_suggested_3_2(char *buf, int rem); #endif