cstddef

The cstddef header file contains definitions for C++ for defining several useful types and macros. Include the standard header into a C++ program to effectively include the standard header <stddef.h> within the std namespace.
namespace std {
#include <stddef.h>
    };