mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-24 15:55:41 -05:00
Main: include/kernaux/assert.h: Macro "KERNAUX_PANIC" receives string
This commit is contained in:
parent
c2dddb9448
commit
ea3cee8612
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ zero). Work-in-progress APIs can change at any time.
|
|||
* Architecture-specific code (*work in progress*)
|
||||
* [Declarations](/include/kernaux/arch/)
|
||||
* [Functions](/include/kernaux/asm/)
|
||||
* [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **0.3.0**)
|
||||
* [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **?.?.?**)
|
||||
* [Assert: simple](/examples/assert_simple.c)
|
||||
* [Assert: guards](/examples/assert_guards.c)
|
||||
* [Panic: simple](/examples/panic_simple.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue