5 lines
100 B
C
5 lines
100 B
C
inline void f1(const char* fmt, ...) {
|
|
__builtin_va_list args;
|
|
__builtin_va_start(args, fmt);
|
|
}
|