mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 05:26:26 +02:00
* PAnsiChar version of Strdispose must be public
This commit is contained in:
parent
98cdab5200
commit
15ed1f131e
@ -39,5 +39,6 @@ function StrPas(Str: PAnsiChar): string;overload;
|
|||||||
function StrPCopy(Dest: PAnsiChar; Const Source: string): PAnsiChar;overload;
|
function StrPCopy(Dest: PAnsiChar; Const Source: string): PAnsiChar;overload;
|
||||||
function StrPLCopy(Dest: PAnsiChar; Const Source: string; MaxLen: SizeUInt): PAnsiChar;overload;
|
function StrPLCopy(Dest: PAnsiChar; Const Source: string; MaxLen: SizeUInt): PAnsiChar;overload;
|
||||||
function StrAlloc(Size: cardinal): PAnsiChar;
|
function StrAlloc(Size: cardinal): PAnsiChar;
|
||||||
|
procedure StrDispose(Str: PAnsiChar);
|
||||||
function StrBufSize(Str: PAnsiChar): Cardinal;
|
function StrBufSize(Str: PAnsiChar): Cardinal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user