How to receive an indeterminate number of variables in a C function?

0

I'm studying lists in c, and I have a function to remove element, Lista* retira(Lista* l, int v) , how do I get it to have an indeterminate number of variables v to remove? similar to varagars in java.

    
asked by anonymous 27.09.2016 / 00:56

0 answers