Image Album
News
-
Category: General
Short: C general purpose library Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom <fredrik a500 org> Type: dev/lib Version: 1.0 Architecture: ppc-amigaos Download: development/libgen.lha Implements basename and dirname functions which may be needed by some ported programs. It is a from scratch AmigaOS implementation (not a port). Only newlib build Installation: Copy clib2/libgen.a SDK:Local/clib2/lib/ Copy newlib/libgen.a SDK:Local/newlib/lib/ Copy libgen.h SDK:Local/common/include/ Usage: gcc -o blah.exe blah1.o blah2.o ... -lgen