ReactOS
0.4.16-dev-340-g0540c21
stddef.h
Go to the documentation of this file.
1
#ifndef _LINUX_STDDEF_H
2
#define _LINUX_STDDEF_H
3
4
enum
{
5
false
= 0,
6
true
= 1
7
};
8
9
#ifndef offsetof
10
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
11
#endif
12
13
#endif
/* _LINUX_STDDEF_H */
drivers
filesystems
ext2
inc
linux
stddef.h
Generated on Fri Dec 13 2024 06:11:28 for ReactOS by
1.9.6