Sign in
gfiber
/
toolchains
/
bruno
/
2b6f2ede586f74e5638097e93c6cd416cac5f860
/
.
/
mipsel-buildroot-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
stddef.h
blob: d12ce1b88ce5d10bf694c77f03a84903e6292361 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_STDDEF_H
#define
_LINUX_STDDEF_H
#undef
NULL
#if defined(__cplusplus)
#define
NULL
0
#else
#define
NULL
((
void
*)
0
)
#endif
#endif