The OpenD Programming Language

va_end

End use of ap.

import core.stdc.stdarg;
version(GNU)
@nogc nothrow
alias va_end = __builtin_va_end

Meta