
/*
        Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved
*/


#ifndef _STDARG_H
#define __STD_STDARG_H

#ifdef __STD_CSTDARG
#undef va_end
#endif

#include "/usr/include/stdarg.h"

#ifndef __STD_CSTDARG

namespace std {
//
// types
//
using va_list;
}

#endif

#endif /*__STD_STDARG_H*/
