Commit 61201dd1 authored by Sam Rushing's avatar Sam Rushing

missing from cython's libc pxd tree

parent 6a9e3370
cdef extern from "stdarg.h":
# The type of va_list is not a standard definition.
# This should be a rather opaque type.
ctypedef void * va_list
# va_arg support is not possible in Pyrex. Some hard-coded types
# are available in pyrex_helpers.pyx.
void va_start(va_list ap, last)
void va_copy(va_list dest, va_list src)
void va_end(va_list ap)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment