Searched defs:SH_VA_START (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/bash/include/
H A Dstdc.h83 # define SH_VA_START(va, arg) va_start(va, arg) macro
85 # define SH_VA_START(va, arg) va_start(va) macro

Completed in 37 milliseconds