teapot-spreadsheet/src/common/context.h

11 lines
199 B
C

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