blob: 5ebd368a02913577b276aa461c765f6e7654a429 [file] [log] [blame] [edit]
#ifndef __PCCTS_STRING_H__
#define __PCCTS_STRING_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstring>
#else
#include <string.h>
#endif
#endif