pccts_string.h revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
#ifndef __PCCTS_STRING_H__
#define __PCCTS_STRING_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstring>
#else
#include <string.h>
#endif
#endif