stdarg.h 191 B

123456789101112131415161718
  1. #ifndef _STDARG_H
  2. #define _STDARG_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define __NEED_va_list
  7. #include <bits/alltypes.h>
  8. #include <bits/stdarg.h>
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif