"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/libconfig/config_internal.h" (5 Aug 2009, 141 Bytes) of package /linux/privat/old/srg-1.3.6.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 config_internal
    2 #define config_internal
    3 
    4 int set_config_int(char *key,int value);
    5 int set_config_str(char *key,char *value);
    6 
    7 #endif