mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-07-31 08:17:49 +00:00
README cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CException - Lightweight exception library for C
|
||||
================================================
|
||||
[](https://travis-ci.org/ThrowTheSwitch/CException)
|
||||
|
||||
_This Documentation Is Released Under a Creative Commons 3.0 Attribution Share-Alike License_
|
||||
|
||||
CException is simple exception handling in C. It is significantly faster than full-blown C++ exception handling but loses some flexibility. It is portable to any platform supporting `setjmp`/`longjmp`.
|
||||
|
||||
Reference in New Issue
Block a user