blob: ac34d1086df377c677ece29b0eb902dc3f20a638 [file] [log] [blame]
#ifndef __PCCTS_STDIO_H__
#define __PCCTS_STDIO_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstdio>
#else
#include <stdio.h>
#endif
#endif