mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 15:49:44 +02:00
+ fpc_pchar_to_str alias for strpas
This commit is contained in:
parent
e47964d613
commit
03ba16b03f
@ -457,7 +457,7 @@ end;
|
|||||||
|
|
||||||
|
|
||||||
{$ASMMODE DIRECT}
|
{$ASMMODE DIRECT}
|
||||||
function strpas(p:pchar):string;
|
function strpas(p:pchar):string;[public,alias:'FPC_PCHAR_TO_STR'];
|
||||||
begin
|
begin
|
||||||
asm
|
asm
|
||||||
cld
|
cld
|
||||||
@ -688,7 +688,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.21 1998-09-14 10:48:08 peter
|
Revision 1.22 1998-09-22 15:32:00 peter
|
||||||
|
+ fpc_pchar_to_str alias for strpas
|
||||||
|
|
||||||
|
Revision 1.21 1998/09/14 10:48:08 peter
|
||||||
* FPC_ names
|
* FPC_ names
|
||||||
* Heap manager is now system independent
|
* Heap manager is now system independent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user