•  Back 
  •  Pure C Help 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Documentation
Author      : John Kormylo
Version     : PC.HYP 1.1
Subject     : Documentation/Pure C
Nodes       : 193
Index Size  : 5414
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Program Extensions ]

TOS  Used for programs which perform terminal I/O using 'standard I/O'
     functions, such as puts and Cconws.  See User Screen.

TTP  Same as TOS except that the operating system will allow you to
     enter a UNIX style command line.  See main.

PRG  Used for programs which perform terminal I/O using AES and VDI
     graphics.  Also used for programs in the AUTO folder.

ACC  Used for accessories.  Accessories residing on the boot disk are
     loaded automatically by GEMDOS at boot time and whenever the
     resolution is changed.  They install themselves on the leftmost
     drop-down menu using menu_register then wait for a MN_SELECTED
     event using evnt_mesag or evnt_multi.

LIB  Used for libraries (see the -J flag from Linker Options).
     Libraries are simply an object file formed by linking several
     object files together (used to reduce the number of entries in
     the Project File).