Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <stddef.h> size_t offsetof(type, component); |
Description |
type is the name of the structure type (label). component is the name of the structure component. |
Return val. | Offset of the structure component from the start of the structure in bytes if successful. |
Notes | If the specified structure component is a bit field, the behavior is undefined. |