I\'m playing with stack and variadic function - I don\'t want to use va_arg. Here\'s my code:
va_arg
void myfunc(char* string, ...) { char* args; a