1al_ffblk_get_size(3) Allegro manual al_ffblk_get_size(3)
23
4
NAME
6al_ffblk_get_size - Get size of file returned by al_findfirst/al_find‐
7next. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
uint64_t al_ffblk_get_size(struct al_ffblk *info);
14
DESCRIPTION
16This returns the size of the file returned by al_findfirst or al_find‐
17next.
1819
SEE ALSO
21al_findfirst(3), al_findnext(3), al_ffblk(3)
2223
24
25
Allegro version 4.4.3 al_ffblk_get_size(3)