"Fossies" - the Fresh Open Source Software Archive

Member "teapot-2.3.0/htmlio.h" (6 Feb 2012, 192 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 "htmlio.h" see the Fossies "Dox" file reference documentation.

    1 #ifndef HTML_H
    2 #define HTML_H
    3 
    4 #include "sheet.h"
    5 
    6 const char *savehtml(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