mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 04:32:19 +02:00
* Added dummy definitions of readstr/writestr
git-svn-id: trunk@13869 -
This commit is contained in:
parent
2a61a28910
commit
44f14996c5
@ -57,3 +57,5 @@ Procedure SetLength(Var S : AStringType; Len : Integer);
|
||||
Procedure SetLength(Var A : DynArrayType; Len : Integer);
|
||||
Function Length(S : AStringType) : Integer;
|
||||
Function Length(A : DynArrayType) : Integer;
|
||||
Procedure WriteStr(Var S : String; Args : Arguments);
|
||||
Procedure ReadStr(Var S : String; Args : Arguments);
|
||||
|
Loading…
Reference in New Issue
Block a user