#ifndef __CSTDDEF
#define __CSTDDEF

#include <stddef.h>

namespace std {
using ::size_t;
using ::ptrdiff_t;
}

#endif
