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