1 2 3 4 5 6 7 8 9 10
#ifndef OXEN_CARD_H #define OXEN_CARD_H #include <stdint.h> typedef uint8_t card; uint32_t card_get_points(const card c); #endif // OXEN_CARD_H