Changeset fadd381 in mainline for uspace/libc/include/assert.h
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/assert.h
rfd85ae5 rfadd381 28 28 */ 29 29 30 30 /** @addtogroup libc 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef __LIBC__ASSERT_H__37 #define __LIBC__ASSERT_H__36 #ifndef LIBC_ASSERT_H_ 37 #define LIBC_ASSERT_H_ 38 38 39 39 /** Debugging assert macro … … 56 56 #endif 57 57 58 59 /** @} 58 /** @} 60 59 */ 61 62
Note:
See TracChangeset
for help on using the changeset viewer.