This commit is contained in:
Norayr Chilingarian 2018-04-10 22:48:37 +04:00
parent 1bd70f367e
commit 9470716304

View file

@ -29,7 +29,7 @@ MODULE Files; (* J. Templ 1.12. 89/12.4.95 Oberon files mapped onto Unix files
name *)
TYPE
FileName = ARRAY 101 OF CHAR;
FileName = ARRAY 256 OF CHAR;
File* = POINTER TO FileDesc;
Buffer = POINTER TO BufDesc;