"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "odt2txt-0.4/kunzip/fileio.h" of archive odt2txt-0.4.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 
    2 int read_int(FILE *in);
    3 int read_word(FILE *in);
    4 
    5 int read_chars(FILE *in, char *s, int count);
    6 
    7 int read_int_b(FILE *in);
    8 int read_word_b(FILE *in);
    9 
   10 int read_buffer(FILE *in, unsigned char *buffer, int len);