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.
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.