Hi,
In c if I have a return value and do not catch it, will this cause any problems in my program?
Or should I just catch it in some dummy variable and discard it?
In spite of googling.. I can't find any info in how c behaves in this type of situation. Anyone?
Thanks,
Nate