mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
This commit is contained in:
parent
1bd70f367e
commit
9470716304
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ MODULE Files; (* J. Templ 1.12. 89/12.4.95 Oberon files mapped onto Unix files
|
||||||
name *)
|
name *)
|
||||||
|
|
||||||
TYPE
|
TYPE
|
||||||
FileName = ARRAY 101 OF CHAR;
|
FileName = ARRAY 256 OF CHAR;
|
||||||
File* = POINTER TO FileDesc;
|
File* = POINTER TO FileDesc;
|
||||||
Buffer = POINTER TO BufDesc;
|
Buffer = POINTER TO BufDesc;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue