I am programming in C against a third party library (in HP/Mercury Loadrunner) that allows a varargs-style variable size argument list for one of it\'s functions. I want to
In CamelBones I use libffi to call objc_msgSend(), which is a varargs function. Works a treat.