home *** CD-ROM | disk | FTP | other *** search
- I made this library primarily to support my various porting of GNU programs
- to the Amiga. I added the functions defined by W. Loftus in the BISON port
- from FF#136, also included on this disk (but converted to work under Aztec C).
-
- It includes the functions neccessary to link BISON and FLEX generated code,
- and also an Amiga port of the Berkeley-derived ndir functions.
-
- I have included the three most common Aztec memory models as Aztec Libraries:
-
- gnu.lib -- 16-bit ints, small code/data
- gnu32.lib -- 32-bit ints, small code/data
- gnul32.lib -- 32-bit ints, large code/data (+p option)
-
- They need to be linked before the respective c*.lib function. See the
- flex/makefile for an example.
-
-
- Scott Henry
- 302 Easy st, apt 31
- Mountain View, CA 94043
-
- scott_henry@cup.portal.com
-