#ifndef CSTDLIB_
#define CSTDLIB_

namespace std
{
    #include <stdlib.h>

} // end of namespace std

#endif
