Archive
/
RSS
T < x < B
Too long to tweet, too short to blog.
Feb 24
C’s offsetof() macro is an ANSI C library feature found in stddef.h. It evaluates to the offset (in bytes) of a given member within a struct or union type, an expression of type size_t.
—
offsetof - Wikipedia, the free encyclopedia