al_ffblk (3) - Linux Manuals
al_ffblk: Cross platform structure storing file information. Allegro game programming library.
Command to display al_ffblk
manual in Linux: $ man 3 al_ffblk
NAME
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 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.
Pages related to al_ffblk
- al_findfirst (3) - Low-level function for searching files. Allegro game programming library.
- al_findnext (3) - Finds the next file in a search started by al_findfirst(). Allegro game programming library.
- al_assert (3) - Asserts at the specified file and line number. Allegro game programming library.
- al_trace (3) - Outputs a debugging trace message. Allegro game programming library.
- alchemist (3)
- alert (3) - Displays a popup alert box. Allegro game programming library.