#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