How can I assert() without using abort()?

后端 未结 6 1053
失恋的感觉
失恋的感觉 2020-12-08 20:06

If I use assert() and the assertion fails then assert() will call abort(), ending the running program abruptly. I can\'t afford that

6条回答
提交回复
热议问题