@node findnext, file system
@subheading Syntax
@example
#include
int findnext(struct ffblk *ffblk);
@end example
@subheading Description
This finds the next file in the search started by @code{findfirst}.
@xref{findfirst}.
@subheading Return Value
Zero if there was a match, else nonzero.
@subheading Portability
@portability !ansi, !posix