I know that printf returns a negative error or number of characters printed on success. Only reason to check this return value is if the execution of program s
I, too have never used the return value.
But beside the error check, you might count the number of characters which have been output, to make some sort of statistic, or limitation