2011-02-12 00:22:29 -05:00
|
|
|
#ifndef _STDARG_H
|
|
|
|
#define _STDARG_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define __NEED_va_list
|
|
|
|
|
|
|
|
#include <bits/alltypes.h>
|
|
|
|
|
2011-02-15 05:06:15 -05:00
|
|
|
#include <bits/stdarg.h>
|
2011-02-12 00:22:29 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|