teapot-spreadsheet/src/common/sc.h
Glen Whitney ea230efc23 Move source code into subdirectory
Also removed a stray copy of the automatically generated config.h which
  had somehow gotten into the distribution. Closes #36.
2019-07-27 01:35:44 -04:00

9 lines
107 B
C

#ifndef SC_H
#define SC_H
#include "sheet.h"
const char *loadsc(Sheet *sheet, const char *name);
#endif