source:
CIVL/mods/dev.civl.com/include/impls/assert.cvl@
bc0fbae
| Last change on this file since bc0fbae was b4b3b0d, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 193 bytes | |
| Rev | Line | |
|---|---|---|
| [29abaed] | 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.
