#ifndef cs20212_h_ #define cs20212_h_ #include <common.h> char *cs20212_name(); void cs20212_game(); #endif