Changeset 89cb140 in mainline
- Timestamp:
- 2007-11-04T16:42:02Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 320c884
- Parents:
- 3e56ab9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/assert.h
r3e56ab9 r89cb140 47 47 */ 48 48 49 #include <stdio.h> 49 50 #include <stdlib.h> 51 50 52 #ifndef NDEBUG 51 53 # define assert(expr) if (!(expr)) { printf("Assertion failed (%s) at file '%s', line %d.\n", #expr, __FILE__, __LINE__); abort();}
Note:
See TracChangeset
for help on using the changeset viewer.