035aa55650
don't do anything else anymore). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3198 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
322 B
C
16 lines
322 B
C
#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_ */
|
|
|