/* stddef.h Definitions for common types, and NULL */ /* * C/C++ Run Time Library - Version 24.0 * * Copyright (c) 1987, 2016 by Embarcadero Technologies, Inc. * All Rights Reserved. * */ /* $Revision: 19389 $ */ #ifndef __STDDEF_H #define __STDDEF_H #define _INC_STDDEF /* MSC Guard name */ /* All the work is done in _stddef.h, so that it may be included in the other standard C headers */ #include <_stddef.h> #endif /* __STDDEF_H */