teapot-spreadsheet/src/common/latex.h

11 lines
203 B
C

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