ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uucheck.c
(Generate patch)

Comparing Convert-UUlib/uulib/uucheck.c (file contents):
Revision 1.32 by root, Sat Sep 24 06:02:04 2022 UTC vs.
Revision 1.33 by root, Sat Sep 24 06:05:03 2022 UTC

31 * Various checking and processing of one input part 31 * Various checking and processing of one input part
32 **/ 32 **/
33 33
34#include <stdio.h> 34#include <stdio.h>
35#include <ctype.h> 35#include <ctype.h>
36
37#ifdef STDC_HEADERS
38#include <stdlib.h> 36#include <stdlib.h>
39#include <string.h> 37#include <string.h>
40#endif 38
41#ifdef HAVE_MALLOC_H 39#ifdef HAVE_MALLOC_H
42#include <malloc.h> 40#include <malloc.h>
43#endif 41#endif
44#ifdef HAVE_UNISTD_H 42#ifdef HAVE_UNISTD_H
45#include <unistd.h> 43#include <unistd.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines