Log In
native
/
ntux
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
4a5ee25571c6b88126b5a039c9457779083454f2
4a5ee25571c6b88126b5a039c9457779083454f2
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