teapot-spreadsheet/src/common/htmlio.h

11 lines
198 B
C

#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