2003-05-11 06:58:23 +04:00
|
|
|
/*
|
|
|
|
** Distributed under the terms of the OpenBeOS License.
|
|
|
|
*/
|
2002-10-24 00:35:37 +04:00
|
|
|
|
2003-05-11 06:58:23 +04:00
|
|
|
/* 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.
|
|
|
|
*/
|
2002-10-24 00:35:37 +04:00
|
|
|
|
2003-05-11 20:14:12 +04:00
|
|
|
#ifndef _STDARG_H
|
|
|
|
# include_next <stdarg.h>
|
|
|
|
#endif
|