esp_apptrace_fseek() function
Set position indicator in file on host. This function has the same semantic as 'fseek' except for the first argument.
Arguments
dest
Indicates HW interface to use.
stream
File handle returned by esp_apptrace_fopen.
offset
Offset. See fseek for details.
whence
Position in file. See fseek for details.
Return value
Zero on success, otherwise non-zero. See fseek for details.