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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines