#ifndef CSTRING_
#define CSTRING_

namespace std
{
    #include <string.h>

} // end of namespace std

#endif
