| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #define _fmemccpy memccpy |
| #define _fmemicmp _memicmp |
| #define _fmemmove memmove |
| #define _frealloc realloc |
| #define _fstrcspn strcspn |
| #define _fstricmp _stricmp |
| #define _fstrncat strncat |
| #define _fstrncmp strncmp |
| #define _fstrncpy strncpy |
| #define _fstrnicmp _strnicmp |
| #define _fstrnset strnset |
| #define _fstrpbrk strpbrk |
| #define _fstrrchr strrchr |