[BACK]Return to stdarg.h CVS log [TXT][DIR] Up to [local] / sys / arch / m88k / include

Annotation of sys/arch/m88k/include/stdarg.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: stdarg.h,v 1.2 2006/01/06 18:53:05 millert Exp $      */
                      2:
                      3: #ifndef _M88K_STDARGS_H_
                      4: #define _M88K_STDARGS_H_
                      5:
                      6: #include <machine/_types.h>
                      7:
                      8: #ifndef        _STDARG_H
                      9: #define        _STDARG_H
                     10: #endif
                     11:
                     12: #include <machine/va-m88k.h>
                     13:
                     14: typedef        __va_list       va_list;
                     15:
                     16: #endif /* _M88K_STDARGS_H_ */

CVSweb