1 2 3 4 5 6 7
#ifndef COMMON_H #define COMMON_H int writeyes(void); int writeno(const char *); #endif