The PARSET.I include file resides on the Kyan Pascal 2.x Utilities Disk 1.
These are types used in other Kyan Pascal Include files.
Source Code
STRING127 = ARRAY [1..127] OF CHAR;
STRPOINTER = ^STRRECORD;
STRRECORD = RECORD
STRFOUND:STRING127;
NEXTSTR :STRPOINTER
END;
No comments:
Post a Comment