"Fossies" - the Fresh Open Source Software Archive

Member "teapot-2.3.0/sc.h" (6 Feb 2012, 107 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.

    1 #ifndef SC_H
    2 #define SC_H
    3 
    4 #include "sheet.h"
    5 
    6 const char *loadsc(Sheet *sheet, const char *name);
    7 
    8 #endif