Obtain the current position in an open stream
Integer_Type ftell (File_Type fp)
The ftell function may be used to obtain the current position in the stream associated with the open file pointer fp. It returns the position of the pointer measured in bytes from the beginning of the file. Upon error, it returns -1 and sets errno.