Changeset 1cf26ab in mainline for uspace/lib/c/include/assert.h
- Timestamp:
- 2016-05-14T06:44:37Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 362654a
- Parents:
- 1023758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/assert.h
r1023758 r1cf26ab 37 37 #define LIBC_ASSERT_H_ 38 38 39 #define static_assert(expr) _Static_assert(expr, "") 40 39 41 /** Debugging assert macro 40 42 *
Note:
See TracChangeset
for help on using the changeset viewer.