#ifndef MSL_CPP_CSTDDEF_H
#define MSL_CPP_CSTDDEF_H
#include <stddef.h>

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

#endif
