@DATABASE Libraries Manual
@NODE MAIN "Amiga RKM Libraries: C Sample Library Source Code"
@INDEX Lib_Index/MAIN
@TOC Libraries_Manual/App
This appendix contains the source code to an Exec library called
sample.library.  It also includes some example code that uses the library.
The files include:

@{" makefile " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/makefile/MAIN}           A make file to build the library and examples.
@{" asmsupp.i " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/asmsupp.i/MAIN}          Assorted low level assembly support routines used by
                     the example library.
@{" sample_rev.i " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample_rev.i/MAIN}       The version file generated by bumprev.
@{" sample_protos.h " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample_protos.h/MAIN}    Prototypes for sample.library functions.
@{" sample_pragmas.h " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample_pragmas.h/MAIN}   Pragmas for sample.library functions.
@{" samplebase.i " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/samplebase.i/MAIN}       Definition of sample.library base.
@{" samplebase.h " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/samplebase.h/MAIN}       include file defining sample.library base.
@{" sample.library.asm " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample.library.asm/MAIN} Example run-time library source code.
@{" sample_lvos.asm " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample_lvos.asm/MAIN}    The .fd file for the sample library.
@{" sample_stubs.asm " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/sample_stubs.asm/MAIN}   Assembler stubs for C interface to library functions.
@{" clibtest.c " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/clibtest.c/MAIN}         C example that calls the sample.library functions.
@{" alibtest.asm " link ADCD_v1.2:Reference_Library/Libraries/lib_examples/alibtest.asm/MAIN}       Assembly code example that calls the sample.library
                     functions.

@ENDNODE
