소스 검색

* Added dummy definitions of readstr/writestr

git-svn-id: trunk@13869 -
michael 16 년 전
부모
커밋
44f14996c5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/inc/system.fpd

+ 2 - 0
rtl/inc/system.fpd

@@ -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);