COBJ - simple object framework for c.

Copyright (C) 2007 Andreas Stricker <andy@knitter.ch>

See header file for copyright notice.

The framework is meant to directly include it into the
project. It's a single object.

For test and example program cobj_test.c there is a
SCons [1] build file: build it with:

$ scons

The documentation is included in source code as doxygen [2]
comments.

Updates and bugfixes are published on my homepage:

http://www.knitter.ch/src/snipplets/cobj/


[1] http://www.scons.org/
[2] http://www.stack.nl/~dimitri/doxygen/

