source:
CIVL/mods/dev.civl.com/include/impls/assert.cvl@
21415b7
| Last change on this file since 21415b7 was b4b3b0d, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Line | |
|---|---|
| 1 | /* This file completes the definitions of some types and functions |
| 2 | * for assert, which are declared in assert.h. |
| 3 | */ |
| 4 | #include <assert.h> |
| 5 | |
| 6 | $atomic_f void assert(_Bool expr){ |
| 7 | $assert(expr); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
