ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/antlr/pccts_stdio.h
Revision: 1.1
Committed: Thu Nov 6 14:31:25 2008 UTC (15 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef __PCCTS_STDIO_H__
2 #define __PCCTS_STDIO_H__
3
4 #ifdef PCCTS_USE_NAMESPACE_STD
5 #include <cstdio>
6 #else
7 #include <stdio.h>
8 #endif
9
10 #endif