mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 23:52:09 +02:00
* string -> shortstring
This commit is contained in:
parent
a95e8dbb85
commit
3d80bb50f6
@ -23,7 +23,7 @@ interface
|
||||
function strlen(p:PAnsiChar):sizeint;external name 'FPC_PCHAR_LENGTH';
|
||||
|
||||
{ Converts a Pascal string to a null-terminated string }
|
||||
function strpcopy(d : PAnsiChar;const s : string) : PAnsiChar;
|
||||
function strpcopy(d : PAnsiChar;const s : shortstring) : PAnsiChar;
|
||||
|
||||
{ Copies source to dest, returns a pointer to dest }
|
||||
function strcopy(dest,source : PAnsiChar) : PAnsiChar; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user