port-tell

[procedure] port-tell port

Gauche: returns the current position of read/write pointer of port in bytes. Can be applied to file ports and string ports. See also port-seek.

Other implementations call this port-current-position, file-position, tell or ftell.