blob: 4e2cd3b372953160fbdee3af2ea8c542260b3e7d (
plain)
1
2
3
4
5
6
7
8
|
OSSP ex is a small ISO-C++ style exception handling library for use in the
ISO-C language. It allows you to use the paradigm of throwing and catching
exceptions in order to reduce the amount of error handling code without
making your program less robust.
WWW: http://www.ossp.org/pkg/lib/ex/
-- AlanE@FreeBSD.org
|