1 2 3 4 5 6 7 8
#ifndef CHECKOUT_H #define CHECKOUT_H #include <stddef.h> extern char *CHECKOUTS[3][170]; #endif