logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_ffblk - Cross platform structure storing file information. Allegro game programming library.

Description

          int attrib;       - actual attributes of the file found
          time_t time;      - modification time of file
          char name[512];   - name of file

       Read the description of al_findfirst for a description on how to obtain/use this structure.

Name

       al_ffblk - Cross platform structure storing file information. Allegro game programming library.

See Also

al_findfirst(3alleg4), al_ffblk_get_size(3alleg4)

Allegro                                           version 4.4.3                                al_ffblk(3alleg4)

Synopsis

#include<allegro.h>structal_ffblk

See Also