#ifndef HTML_H #define HTML_H #include "sheet.h" const char *savehtml(Sheet *sheet, const char *name, int body, const Location beg, const Location end, unsigned int *count); #endif