We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c78cda commit d479fbeCopy full SHA for d479fbe
README.md
@@ -12,10 +12,10 @@ Overview
12
--------
13
This assertion utility contains four public entities:
14
15
-1. An `assert_macros.h` file defining the recommended preprocessor macros for writing assertion:
16
- a. `call_assert(assertion)`,
17
- b. `call_assert_describe(assertion, description)`, and
18
-2. An `assert` subroutine.
+* An `assert_macros.h` file defining the recommended preprocessor macros for writing assertion:
+ - `call_assert(assertion)`
+ - `call_assert_describe(assertion, description)`
+* An `assert` subroutine
19
20
The `assert` subroutine
21
* Error-terminates with a variable stop code when a caller-provided logical assertion fails,
0 commit comments