#ifndef COMMON_H #define COMMON_H int writeyes(void); int writeno(const char *); #endif