I want to seek to the end of a stream opened with popen(), but fseek() is not supported on file pointers opened by popen().
Is there another way to seek on a file pointer opened with popen()??
Thanks.