For some reasons I need a file pointer (FILE*) that points to nothing. It means I can pass it to fprintf function and fprintf ignore the file pointer.
for example:
why not wrapping the fprintf method call with an if (NULL != nothing) statement?
if (NULL != nothing)