Searched refs:vararg_func (Results 1 – 1 of 1) sorted by relevance
31 typedef void (*vararg_func)(...); typedef34 vararg_func implementation;36 method(vararg_func implementation) : implementation(implementation) {} in method()