Short: Replacement Lib. Manager for Aztec C Architecture: m68k-amigaos Introduction ~~~~~~~~~~~~ RConfig is a 2.0 utility for >>> Manx Aztec C 5.2a <<< users for configuring a replacement linker library (rlib.lib). This library is simply linked with your code, before c.lib, cl.lib, c16.lib, or cl16.lib. The replacement functions available are: stkchk() - An improved low stack condition test, which takes into account the size of a procedure's local stack frame; optional dynamic stack code main() - Choose from 3 variations of the startup code: normal, detaching, residentable setjmp() - Adds support for free()'ing DynaStack extension stack blocks and alloca()'d blocks In addition, an alloca() function is provided. This doesn't replace any similarly named function in clib, but I much prefer it over the GNU alloca.c code. Lastly, you can choose additional compiler options in generating the library, size of the data model (large or small), integer size (32 vs 16 bits), and various parameters for stkchk(). Contacting the Author ~~~~~~~~~~~~~~~~~~~~~ Send questions, bug reports, suggestions, donations, etc to: Omni Communications Products UUCP: apang@mindlink.bc.ca Attn: Anthon Pang BIX: apang P.O. BOX 35266 Vancouver, BC V6M 4G4 Canada