Query: al_findnext
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
al_findnext(3alleg4) Allegro manual al_findnext(3alleg4)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: if (al_findfirst("*.pcx", &info, 0) != 0) return; do { /* Do something useful here with info.name. */ } while (al_findnext(&info) == 0); al_findclose(&info);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(3alleg4), al_findclose(3alleg4) Allegro version 4.4.2 al_findnext(3alleg4)
Related Man Pages |
---|
exrotscl(3alleg4) - debian |
exrotscl(3alleg4) - centos |
exrotscl(3alleg4) - php |
exrotscl(3alleg4) - opendarwin |
exrotscl(3alleg4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
New UNIX and Linux History Sections |