summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h
blob: ac34d1086df377c677ece29b0eb902dc3f20a638 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PCCTS_STDIO_H__
#define __PCCTS_STDIO_H__

#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstdio>
#else
#include <stdio.h>
#endif

#endif