The IOTYPES.I include file resides on the Kyan Pascal 2.x Utilities Disk 1.
These types are used by (needed by) other Kyan Pascal Include Files.
Source Code
PathString = ARRAY[1..20] OF Char;
ElemPtr = ^ElementRec;
ElementRec = RECORD
entry:array[1..17] of char;
next :elemptr
END;(*elementrec*)
No comments:
Post a Comment