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 an indeterminate number of variavas v to remove? similar to varagars in java.
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 an indeterminate number of variavas v to remove? similar to varagars in java.
Browser other questions tagged c function
You are not signed in. Login or sign up in order to post.
I think that solves your problem: http://answall.com/q/120145/101
– Maniero
@bigown, I don’t know how I could use that function.
– user56175
Your question refers exactly to that. If I were to answer here, I would answer that. The question here is not specific.
– Maniero
Hmm, decides not to use.
– user56175