#ifndef CSTDDEF_
#define CSTDDEF_

namespace std
{
    #include <stddef.h>

} // end of namespace std

#endif
