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.20 by root, Sat Sep 24 06:05:03 2022 UTC vs.
Revision 1.21 by root, Sat Sep 24 06:22:47 2022 UTC

36#include <stdio.h> 36#include <stdio.h>
37#include <ctype.h> 37#include <ctype.h>
38#include <stdlib.h> 38#include <stdlib.h>
39#include <string.h> 39#include <string.h>
40 40
41#ifdef HAVE_MALLOC_H
42#include <malloc.h>
43#endif
44#ifdef HAVE_UNISTD_H 41#ifdef HAVE_UNISTD_H
45#include <unistd.h> 42#include <unistd.h>
46#endif
47#ifdef HAVE_MEMORY_H
48#include <memory.h>
49#endif 43#endif
50 44
51#include <fptools.h> 45#include <fptools.h>
52 46
53#if 0 47#if 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines