Ignoring return values in C

The common way is to just call foo(); without casting into (void).

He who has never ignored printf()‘s return value, cast the first stone.

Leave a Comment