"Fossies" - the Fresh Open Source Software Archive

Member "jpeginfo-1.6.1/jpeginfo.h" (10 Dec 2002, 380 Bytes) of package /linux/privat/old/jpeginfo-1.6.1.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 "jpeginfo.h" see the Fossies "Dox" file reference documentation.

    1 /* jpeginfo.h
    2  *
    3  * Copyright (c) Timo Kokkonen, 1997.
    4  *
    5  * $Id: jpeginfo.h,v 1.4 2002/12/10 09:58:34 tjko Exp $
    6  */
    7 
    8 
    9 #define MIN(a,b) (a<b?a:b)
   10 
   11 
   12 /* misc.c */
   13 
   14 int  is_dir(FILE *fp);
   15 long filesize(FILE *fp);
   16 void delete_file(char *name, int verbose_mode, int quiet_mode);
   17 char *fgetstr(char *s,int n,FILE *stream);
   18 char *md2str(unsigned char *digest, char *s);
   19 
   20 
   21 /* eof :-) */