al_ffblk_get_size.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

al_ffblk_get_size - Get size of file returned by al_findfirst/al_findnext. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

uint64_t al_ffblk_get_size(struct al_ffblk *info);

DESCRIPTION

This returns the size of the file returned by al_findfirst or al_findnext.

SEE ALSO

al_findfirst(3alleg), al_findnext(3alleg), al_ffblk(3alleg)