|
||
int find_next ( char *buf )
char *buf; // character buffer to receive filename
|
|
|
Synopsis |
#include "silver.h"
The find_next function retrieves matching filenames based on the pattern used in a previous call to find_first , copying them into buf .
|
|
Parameters |
buf is the address of a character buffer, sufficiently large enough to hold a filename.
|
|
Return Value |
find_next returns values as specified in find_first .
|
|
See Also |
|
|
|
|