Changes in uspace/lib/c/include/macros.h [35c874a:128de64] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/macros.h
r35c874a r128de64 69 69 #define PADD8 _padd(8, __LINE__) 70 70 71 #define STATIC_ASSERT(cond) int sassert[(cond) ? 1 : -1]72 73 71 /** @} 74 72 */
Note:
See TracChangeset
for help on using the changeset viewer.