|
About:
cexcept (pronounced "see except" in English) is a package providing a Try/Catch/Throw exception handling interface for ANSI C (C89 and subsequent ISO standards). It does not attempt to handle "real" exceptions like floating-point exceptions or addressing exceptions; it is intended as an enhanced user-friendly alternative to setjmp() and longjmp().
Author:
Adam M. Costello [contact developer]
Homepage:
http://www.nicemice.net/cexcept/
Tar/GZ:
http://www.nicemice.net/cexcept/cexcept-2-0-0.tar.gz
Zip:
http://www.nicemice.net/cexcept/cexcept-2-0-0.zip
Changelog:
http://www.nicemice.net/cexcept/src/latest/README
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|