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

Comparing Convert-UUlib/uulib/fptools.h (file contents):
Revision 1.2 by root, Mon Jun 11 20:42:36 2001 UTC vs.
Revision 1.3 by root, Sun Feb 10 22:47:18 2002 UTC

8/* 8/*
9 * Some handy, nonstandard functions. Note that the original may 9 * Some handy, nonstandard functions. Note that the original may
10 * be both faster and better. ``better'', if your compiler allows 10 * be both faster and better. ``better'', if your compiler allows
11 * cleaner use of such functions by proper use of ``const''. 11 * cleaner use of such functions by proper use of ``const''.
12 * 12 *
13 * $Id: fptools.h,v 1.2 2001/06/11 20:42:36 root Exp $ 13 * $Id: fptools.h,v 1.3 2002/02/10 22:47:18 root Exp $
14 */ 14 */
15 15
16#ifndef FPTOOLS_H__ 16#ifndef FPTOOLS_H__
17#define FPTOOLS_H__ 17#define FPTOOLS_H__
18 18
44char * TOOLEXPORT FP_fgets (char *, int, FILE *); 44char * TOOLEXPORT FP_fgets (char *, int, FILE *);
45char * TOOLEXPORT FP_strpbrk (char *, char *); 45char * TOOLEXPORT FP_strpbrk (char *, char *);
46char * TOOLEXPORT FP_strtok (char *, char *); 46char * TOOLEXPORT FP_strtok (char *, char *);
47char * TOOLEXPORT FP_cutdir (char *); 47char * TOOLEXPORT FP_cutdir (char *);
48char * TOOLEXPORT FP_strerror (int); 48char * TOOLEXPORT FP_strerror (int);
49#ifndef HAVE_MKSTEMP
49char * TOOLEXPORT FP_tempnam (char *, char *); 50char * TOOLEXPORT FP_tempnam (char *, char *);
51#endif /* HAVE_MKSTEMP */
50 52
51#ifdef __cplusplus 53#ifdef __cplusplus
52} 54}
53#endif 55#endif
54#endif 56#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines