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.13 by root, Fri Dec 11 20:27:00 2020 UTC vs.
Revision 1.14 by root, Fri Dec 11 21:59:30 2020 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.13 2020/12/11 20:27:00 root Exp $ 13 * $Id: fptools.h,v 1.14 2020/12/11 21:59:30 root Exp $
14 */ 14 */
15 15
16#ifndef FPTOOLS_H__ 16#ifndef FPTOOLS_H__
17#define FPTOOLS_H__ 17#define FPTOOLS_H__
18 18
55char * TOOLEXPORT FP_strdup (char *); 55char * TOOLEXPORT FP_strdup (char *);
56char * TOOLEXPORT FP_strncpy (char *, char *, int); 56char * TOOLEXPORT FP_strncpy (char *, char *, int);
57void * TOOLEXPORT FP_memdup (const void *, int); 57void * TOOLEXPORT FP_memdup (const void *, int);
58int TOOLEXPORT FP_stricmp (const char *, const char *); 58int TOOLEXPORT FP_stricmp (const char *, const char *);
59int TOOLEXPORT FP_strnicmp (const char *, const char *, int); 59int TOOLEXPORT FP_strnicmp (const char *, const char *, int);
60char * TOOLEXPORT FP_strrstr (char *, char *); 60char * TOOLEXPORT FP_strrstr (const char *, const char *);
61char * TOOLEXPORT FP_stoupper (char *); 61char * TOOLEXPORT FP_stoupper (char *);
62char * TOOLEXPORT FP_stolower (char *); 62char * TOOLEXPORT FP_stolower (char *);
63int TOOLEXPORT FP_strmatch (char *, char *); 63int TOOLEXPORT FP_strmatch (char *, char *);
64char * TOOLEXPORT FP_stristr (char *, char *); 64char * TOOLEXPORT FP_stristr (char *, char *);
65char * TOOLEXPORT FP_strirstr (char *, char *); 65char * TOOLEXPORT FP_strirstr (char *, char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines