debian man page for al_findnext

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)

NAME
al_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);
DESCRIPTION
This 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 VALUE
Returns 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 ALSO
al_findfirst(3alleg4), al_findclose(3alleg4) Allegro version 4.4.2 al_findnext(3alleg4)
Related Man Pages
for_each_file_ex(3alleg4) - debian
exrotscl(3alleg4) - centos
exrotscl(3alleg4) - opendarwin
exrotscl(3alleg4) - redhat
exrotscl(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?