haiku/headers/posix/stdarg.h

16 lines
322 B
C
Raw Normal View History

#ifndef _STDARG_H_
#define _STDARG_H_
/*
** Distributed under the terms of the OpenBeOS License.
*/
/* GCC's stdarg.h defines _STDARG_H - and we intend to include
* this header with the line below.
* It contains the actual platform dependent varargs definitions.
*/
#include_next <stdarg.h>
#endif /* _STDARG_H_ */