# ftell

```
get cursor position in the file
     handle - file handle
returns: -1 - error
         otherwise current cursor position
Thread-safe function.

long ftell(long handle);
```
