1al_ftell(3) Library Functions Manual al_ftell(3)
23
4
NAME
6al_ftell
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int64_t al_ftell(ALLEGRO_FILE *f)
12
DESCRIPTION
14Returns the current position in the given file, or –1 on error. errno
15is set to indicate the error.
1617
On some platforms this function may not support large files.
18
SEE ALSO
20al_fseek(3), al_get_errno(3)
2122
23
24
Allegro reference manual al_ftell(3)