fdev_close()
This macro frees up any library resources that might be associated with
stream. It should be called if
stream is no longer needed, right before the
application is going to destroy the stream object
itself.
(Currently, this macro evaluates to nothing, but this might change in future versions of the library.)