Created
August 3, 2021 00:34
-
-
Save HQarroum/9097541a2948445d76dffd0ea06c8aa9 to your computer and use it in GitHub Desktop.
offsetof-definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define offsetof(st, m) ((size_t)(&((st*)0)->m)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment