#ifndef SECRET_HANDSHAKE_H #define SECRET_HANDSHAKE_H #include const char **commands(size_t number); /* See GNUmakefile below for explanation * https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile */ #if defined UNIT_TEST || defined DEBUG #include #include #endif #ifdef TESTALL #undef TEST_IGNORE #define TEST_IGNORE() {} #endif #endif