python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to wrap a variadic function in C
I'm trying to wrap a variadic function to validate the input beforehand. To be precise i need to call sd_notifyf(int unset_environment, const char *format, ...).
https://www.freedesktop.org/software/s...
Xershy
Votes: 0
Answers: 1
I need to make a variadic function with user input in C
I need to sum an array int kviz[10] from a structure. The array has 10 elements which are integers and the structure is an array it self [120]. I need to let user pick how many elements he wants to su...
Edis Kasumovic
Votes: 0
Answers: 1