ReactOS
0.4.15-dev-5829-g6b6a045
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 Sun Mar 19 2023 06:10:27 for ReactOS by
1.9.6