{ File: SPAWN.TYP Last Edit: 25-MAR-1986 09:56:03 This file defines the status block required by the SPAWN external procedure. It assumes the definitions in EX:[22,320]GENERAL3.TYP. AUTHOR: Philip Hannay 25-Mar-86 } TYPE Spawn_status_array = packed record Exit_code: integer; Unused_information: packed array [1..7] of integer; end;