소스 검색

* changed returnparameter of diskfree and disksize to int64

marco 25 년 전
부모
커밋
bec2b2a7d5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/dos.tex

+ 2 - 2
docs/dos.tex

@@ -211,7 +211,7 @@ None
 \end{procedure}
 \begin{function}{DiskFree}
 \Declaration
-Function DiskFree (Drive: byte) : longint;
+Function DiskFree (Drive: byte) : Int64;
 
 \Description
 
@@ -245,7 +245,7 @@ These settings can be coded in \var{dos.pp}, in the initialization part.
 \html{\input{dosex/ex6.tex}}
 \begin{function}{DiskSize}
 \Declaration
-Function DiskSize (Drive: byte) : longint;
+Function DiskSize (Drive: byte) : Int64;
 
 \Description