Changes in uspace/lib/c/include/assert.h [7ea7605d:0a520db] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/assert.h
r7ea7605d r0a520db 42 42 43 43 #ifndef __cplusplus 44 #define static_assert (expr) _Static_assert(expr, "")44 #define static_assert _Static_assert 45 45 #endif 46 46
Note:
See TracChangeset
for help on using the changeset viewer.