int max(int n, ...)
I am using cdecl calling convention where the caller cleans up the variable after the callee returns. calling
int max(int n, ...)
I am using cdecl calling convention where the caller cleans up the variable after the callee returns. calling