teapot-spreadsheet/src/common/wk1.h

10 lines
163 B
C

#ifndef WK1_H
#define WK1_H
/* Functions for reading Lotus 1-2-3 file format. */
#include "sheet.h"
const char *loadwk1(Sheet *sheet, const char *name);
#endif