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

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

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

CVSweb