How can i (inside a function) read how many parameters were passed to it....
(if your saying thats easy you should know when writing the functions i suggest you look into --> va_arg, va_end, va_start <-- inside <stdarg.h>)
thanks,
(if your saying thats easy you should know when writing the functions i suggest you look into --> va_arg, va_end, va_start <-- inside <stdarg.h>)
thanks,
Comment