Guest User

Untitled

a guest
Feb 19th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. An implementation may allocate any addressable storage unit large enough to hold a bitfield. If enough space remains, a bit-field that immediately follows another bit-field in a
  2. structure shall be packed into adjacent bits of the same unit. If insufficient space remains,
  3. whether a bit-field that does not fit is put into the next unit or overlaps adjacent units is
  4. implementation-defined. The order of allocation of bit-fields within a unit (high-order to
  5. low-order or low-order to high-order) is implementation-defined. The alignment of the
  6. addressable storage unit is unspecified.
Advertisement
Add Comment
Please, Sign In to add comment