ionutdinulescu
Programmer
I have a function fct(int a, format, ...)
from this function I would like to call the function
sscanf(s, format, ...) where ... must be the arguments passed to fct. Is this thing possible ?
from this function I would like to call the function
sscanf(s, format, ...) where ... must be the arguments passed to fct. Is this thing possible ?