|
@@ -37,8 +37,8 @@ function StrNew(p : PAnsiChar) : PAnsiChar; overload;
|
|
|
|
|
|
{ Different from strings unit - ansistrings or different behaviour }
|
|
|
function StrPas(Str: PAnsiChar): string;overload;
|
|
|
-function StrPCopy(Dest: PAnsiChar; Const Source: string): PAnsiChar;overload;
|
|
|
-function StrPLCopy(Dest: PAnsiChar; Const Source: string; MaxLen: SizeUInt): PAnsiChar;overload;
|
|
|
+function StrPCopy(Dest: PAnsiChar; Const Source: RawByteString): PAnsiChar;overload;
|
|
|
+function StrPLCopy(Dest: PAnsiChar; Const Source: RawByteString; MaxLen: SizeUInt): PAnsiChar;overload;
|
|
|
function StrAlloc(Size: cardinal): PAnsiChar;
|
|
|
procedure StrDispose(Str: PAnsiChar);
|
|
|
function StrBufSize(Str: PAnsiChar): Cardinal;
|