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