Home | History | Annotate | Download | only in h
      1 #ifndef __PCCTS_STDARG_H__
      2 #define __PCCTS_STDARG_H__
      3 
      4 #ifdef PCCTS_USE_NAMESPACE_STD
      5 #include <cstdarg>
      6 #else
      7 #include <stdarg.h>
      8 #endif
      9 
     10 #endif
     11