blob: f0b344e8dc0160c09e6f4e7efa371e6cc7705a6d [file] [log] [blame]
#ifndef __PCCTS_STDLIB_H__
#define __PCCTS_STDLIB_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstdlib>
#else
#include <stdlib.h>
#endif
#endif