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

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

32#include <os2.h> 32#include <os2.h>
33#endif 33#endif
34 34
35#include <stdio.h> 35#include <stdio.h>
36#include <ctype.h> 36#include <ctype.h>
37
38#ifdef STDC_HEADERS
39#include <stdlib.h> 37#include <stdlib.h>
40#include <string.h> 38#include <string.h>
41#endif 39
42#ifdef HAVE_MALLOC_H 40#ifdef HAVE_MALLOC_H
43#include <malloc.h> 41#include <malloc.h>
44#endif 42#endif
45#ifdef HAVE_UNISTD_H 43#ifdef HAVE_UNISTD_H
46#include <unistd.h> 44#include <unistd.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines