|
@@ -39,6 +39,6 @@ function StrPas(Str: PChar): string;overload;
|
|
function StrPCopy(Dest: PChar; Source: string): PChar;overload;
|
|
function StrPCopy(Dest: PChar; Source: string): PChar;overload;
|
|
function StrPLCopy(Dest: PChar; Source: string; MaxLen: SizeUInt): PChar;overload;
|
|
function StrPLCopy(Dest: PChar; Source: string; MaxLen: SizeUInt): PChar;overload;
|
|
function StrAlloc(Size: cardinal): PChar;
|
|
function StrAlloc(Size: cardinal): PChar;
|
|
-function StrBufSize(Str: PChar): SizeUInt;
|
|
|
|
|
|
+function StrBufSize(Str: PChar): Cardinal;
|
|
procedure StrDispose(Str: PChar);
|
|
procedure StrDispose(Str: PChar);
|
|
|
|
|