•  Back 
  •  Up 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
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[ Pure C Function Libraries ]

PCSTART, PCXSTART and PCVSTART - Program initialization

PCSTDLIB - Standard Functions
PCFLTLIB - Floating Point Functions
PC881LIB - 68881 FPU Functions
PCTOSLIB - GEMDOS, BIOS, XBIOS and MiNT Bindings
PCGEMLIB - AES and VDI Bindings
PCLNALIB - Line A Graphics Bindings
PCEXTLIB - UNIX Functions
PCBGILIB - Turbo C Compatible Graphics 

GEMDOS, BIOS, XBIOS, AES, VDI and Line A functions are implemented
in ROM but are not C callable as such.  The functions in PCTOSLIB,
PCGEMLIB and PCLNALIB act as an interface between Pure C parameter
passing and the functions in ROM.

Some VDI functions are not implemented in ROM, but are included in
GDOS.  These are loaded into RAM at boot time.

Note: One must NOT use cdecl or pascal parameter passing with
      these library functions.  (See Compiler Options -H & -Q.)