so, in hopes that I may find a way to forward args...
# kotlin-native
a
so, in hopes that I may find a way to forward args from a kotlin varargs function to a C variadic arg, as per http://c-faq.com/varargs/handoff.html, does anyone know how I can invoke the C builtin
va_start
?
va_list
seems to be available as a platform library type, but va_start and va_end are missing. Trying to import them from stdarg.h via cinterop results in the error:
error: definition of builtin function '__builtin_va_start'