Changeset 23481 in vbox for trunk/include/iprt
- Timestamp:
- Oct 1, 2009 1:36:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r22488 r23481 201 201 uint16_t au16[1]; 202 202 /** 8-bit view. */ 203 uint8_t au8[ 4];203 uint8_t au8[2]; 204 204 /** 16-bit hi/lo view. */ 205 205 struct 206 206 { 207 uint 16_t Lo;208 uint 16_t Hi;207 uint8_t Lo; 208 uint8_t Hi; 209 209 } s; 210 210 } RTUINT16U;
Note:
See TracChangeset
for help on using the changeset viewer.