#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}
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
_Check_return_ _CRTIMP FILE *__cdecl fdopen(_In_ int _FileHandle, _In_z_ const char *_Format)
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().