"Fossies" - the Fresh Open Source Software Archive 
Member "teapot-2.3.0/context.h" (6 Feb 2012, 201 Bytes) of package /linux/privat/old/teapot-2.3.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "context.h" see the
Fossies "Dox" file reference documentation.
1 #ifndef CONTEXT_H
2 #define CONTEXT_H
3
4 #include "sheet.h"
5
6 const char *savecontext(Sheet *sheet, const char *name, int body, int x1, int y1, int z1, int x2, int y2, int z2, unsigned int *count);
7
8 #endif