Package

Class Summary
CFunction An abstraction for a C function pointer.
CMalloc A CPointer to memory obtained from the C heap via a call to malloc.
CPointer An abstraction for a C pointer data type.
Main Provides a main() method for running the shared stubs example.