Compiling and linking a program with user-created heaps

To compile an application that calls any of the user-created heap functions (prefixed by _u), specify hu on the -l linker option. For example, if the libhu.a library is installed in the default directory, you could specify:
xlc progc.c -o progf -lhu