Log In
native
/
ntux
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
017d41afc0c4bf04268daa020c47f4b37fda3972
017d41afc0c4bf04268daa020c47f4b37fda3972
src
internal
nolibc
stddef.h
Fork and Edit
Blob
Blame
History
Raw
#
ifndef _STDDEF_H
#
define _STDDEF_H
#
define offsetof(
type
, member) __offsetof(
type
, member)
#
endif