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