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

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

33 * functionality of the original would be lost). 33 * functionality of the original would be lost).
34 */ 34 */
35 35
36#include <stdio.h> 36#include <stdio.h>
37#include <ctype.h> 37#include <ctype.h>
38
39#ifdef STDC_HEADERS
40#include <stdlib.h> 38#include <stdlib.h>
41#include <string.h> 39#include <string.h>
42#endif 40
43#ifdef HAVE_MALLOC_H 41#ifdef HAVE_MALLOC_H
44#include <malloc.h> 42#include <malloc.h>
45#endif 43#endif
46#ifdef HAVE_UNISTD_H 44#ifdef HAVE_UNISTD_H
47#include <unistd.h> 45#include <unistd.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines