1 #ifndef WK1_H 2 #define WK1_H 3 4 #include "sheet.h" 5 6 const char *loadwk1(Sheet *sheet, const char *name); 7 8 #endif 9