esp_apptrace_feof() function
Test end-of-file indicator on a stream. This function has the same semantic as 'feof' except for the first argument.
Arguments
dest
Indicates HW interface to use.
stream
File handle returned by esp_apptrace_fopen.
Return value
Non-Zero if end-of-file indicator is set for stream. See feof for details.