How to loop through a va_list if the number of arguments is unknown?

后端 未结 5 620
遇见更好的自我
遇见更好的自我 2021-02-13 14:57

How do I loop through a va_list if the number of additional arguments is unknown?

#include 
#include 

int add(int x, int y, ...         


        
5条回答
提交回复
热议问题