![]() |
![]()
| ![]() |
![]()
NAMEal_findnext - Finds the next file in a search started by al_findfirst(). Allegro game programming library. SYNOPSIS#include <allegro.h> int al_findnext(struct al_ffblk *info); DESCRIPTIONThis finds the next file in a search started by al_findfirst(). Example:
RETURN VALUEReturns zero if a match is found, non-zero if none is found or if an error occurred and, in the latter case, sets errno accordingly. SEE ALSOal_findfirst(3), al_findclose(3)
|