mirror of
https://gitlab.com/niansa/libcatch.git
synced 2025-03-06 20:53:37 +01:00
Updated README
This commit is contained in:
parent
bd423034c3
commit
aa13c0317a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ A C library to catch and traceback library function errors nicely
|
|||
- Initialise libcatch as early as possible: `libcatch_init()`
|
||||
- Set behavior `libcatch_behavior = x` (see Behaviors)
|
||||
- `throw()` at any time
|
||||
- Use `CATCH(expr)` to evaluate `expr` checking its return value and `throw()`ing if required
|
||||
- Use `CATCH(expr)` for library functions or `CATCHNZ(expr)` for system calls
|
||||
|
||||
## Behaviors
|
||||
Not risking instability:
|
||||
|
|
Loading…
Add table
Reference in a new issue