1al_ftell(3)                                                        al_ftell(3)
2
3
4

NAME

6       al_ftell - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int64_t al_ftell(ALLEGRO_FILE *f)
12

DESCRIPTION

14       Returns  the current position in the given file, or -1 on error.  errno
15       is set to indicate the error.
16
17       On some platforms this function may not support large files.
18

SEE ALSO

20       al_fseek(3), al_get_errno(3)
21
22
23
24Allegro reference manual                                           al_ftell(3)
Impressum