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.1 by root, Mon Jun 11 19:48:57 2001 UTC vs.
Revision 1.2 by root, Mon Jun 11 20:42:36 2001 UTC

1/* 1/*
2 * fptools.c, some helper functions for getcgi.c and uu(en|de)view 2 * fptools.c, some helper functions for getcgi.c and uu(en|de)view
3 * 3 *
4 * Distributed by the GNU General Public License. Use and be happy. 4 * Distributed under the terms of the GNU General Public License.
5 * Read http://www.uni-frankfurt.de/~fp/Tools/Getcgi.html for more 5 * Use and be happy.
6 * information. fp@informatik.uni-frankfurt.de
7 */ 6 */
8 7
9#ifdef HAVE_CONFIG_H 8#ifdef HAVE_CONFIG_H
10#include "config.h" 9#include "config.h"
11#endif 10#endif
63 return TRUE; 62 return TRUE;
64} 63}
65#endif 64#endif
66#endif 65#endif
67 66
68char * fptools_id = "$Id: fptools.c,v 1.1 2001/06/11 19:48:57 root Exp $"; 67char * fptools_id = "$Id: fptools.c,v 1.2 2001/06/11 20:42:36 root Exp $";
69 68
70/* 69/*
71 * some versions of free can't handle a NULL pointer properly 70 * some versions of free can't handle a NULL pointer properly
72 * (ANSI says, free ignores a NULL pointer, but some machines 71 * (ANSI says, free ignores a NULL pointer, but some machines
73 * prefer to SIGSEGV on it) 72 * prefer to SIGSEGV on it)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines