5 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
12 UBYTE
capitalch(UBYTE
, UBYTE
);
13 LONG
noCaseStrCmp(const char *, const char *, UBYTE
, int);
14 LONG
StrCmp(CONST_STRPTR
, CONST_STRPTR
);
15 ULONG
StrLen(CONST_STRPTR
);
16 void StrCpyToBstr(const char *, char *, int);
17 #define StrCpyFromBstr(src,dst) CopyMem(src+1,dst,src[0]); dst[(ULONG)src[0]]=0