/* -*- c++ -*- */

#ifndef CSTDARG_INCLUDE
#define CSTDARG_INCLUDE

#include <stdarg.h>


namespace std {

#if(__GNUC__>=3)

  using ::va_list;

#endif

};



#endif // CSTDARG_INCLUDE
