audk/Tools/CCode/Source/Pccts/h/pccts_stdio.h

11 lines
152 B
C

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