|
|
|
|
|
by rramadass
141 days ago
|
|
These are low-level api and hence if you know the caveats to follow, then using them correctly is not difficult; Eg. keep the context of the function calling setjmp active, don't use jmp_bufs allocated on a stack etc. Not knowing how to do something is the fault of the programmer and not the language/tool. |
|