#include "cdjpeg.h"
#include <ctype.h>
Go to the source code of this file.
◆ keymatch()
Definition at line 122 of file cdjpeg.c.
123{
125 register int nmatched = 0;
126
127 while ((
ca = *
arg++) !=
'\0') {
134 nmatched++;
135 }
136
140}
Referenced by parse_switches().
◆ read_stdin()
Definition at line 149 of file cdjpeg.c.
150{
152
153#ifdef USE_SETMODE
155#endif
156#ifdef USE_FDOPEN
160 }
161#endif
162 return input_file;
163}
int WINAPIV fprintf(FILE *file, const char *format,...)
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl static FILE * fdopen(int fd, const char *mode)
Referenced by main().
◆ write_stdout()
Definition at line 167 of file cdjpeg.c.
168{
170
171#ifdef USE_SETMODE
173#endif
174#ifdef USE_FDOPEN
178 }
179#endif
180 return output_file;
181}
Referenced by main().