1
0
Fork 0
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:
Alex Kotov 2022-06-02 13:27:36 +03:00
parent c2dddb9448
commit ea3cee8612
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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)