•  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[ Examples of Project Files ]

  Example 1:

hello.tos      ;no graphics interface
=
PCSTART.O
hello.c
PCSTDLIB.LIB


  Example 2:

math.lib       ;not executable
.L [-J]        ;create library file
.C [-2 -8]     ;use 68030 and 68881 processors
=
conjgrad.c (math.h)
simplex.c (math.h)
eigen.c (math.h)


  Example 3:

;uses resource file 'test.rsc' with header 'test.h'
;math.h and math.lib are in another folder

test.prg
.C [-8]
.L [-G -L -Y]   ;debugging plotter.c
= 
PCSTART.O
main.c (plotter.h test.h ..\math\math.h)
plotter.c [-Y] (plotter.h)
..\math\math.lib
PC881LIB.LIB    ;-8 option affects parameter passing
PCSTDLIB.LIB    ;must be after PC881LIB or PCFLTLIB
PCGEMLIB.LIB
PCTOSLIB.LIB