.\" Generated by the Allegro makedoc utility .TH al_ffblk 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME al_ffblk \- Cross platform structure storing file information. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B struct al_ffblk .SH DESCRIPTION .nf int attrib; - actual attributes of the file found time_t time; - modification time of file char name[512]; - name of file .fi Read the description of al_findfirst for a description on how to obtain/use this structure. .SH SEE ALSO .BR al_findfirst (3alleg4), .BR al_ffblk_get_size (3alleg4)