Changeset 972c60ce in mainline for uspace/lib/c/include/bitops.h
- Timestamp:
- 2011-12-12T17:15:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf84871
- Parents:
- cf155ed
- File:
-
- 1 edited
-
uspace/lib/c/include/bitops.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/bitops.h
rcf155ed r972c60ce 40 40 /** Mask with bit @a n set. */ 41 41 #define BIT_V(type, n) \ 42 ((type) 1 << (n))42 ((type) 1 << (n)) 43 43 44 44 /** Mask with rightmost @a n bits set. */
Note:
See TracChangeset
for help on using the changeset viewer.
