al_ffblk (3) Linux Manual Page
al_ffblk – Cross platform structure storing file information. Allegro game programming library.
Synopsis
#include <allegro.h> struct al_ffblk
Description
int attrib; – actual attributes of the file foundRead the description of al_findfirst for a description on how to obtain/use this structure.
time_t time; – modification time of file
char name[512]; – name of file
