home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / dos / compat / d_findn.txh < prev    next >
Encoding:
Text File  |  1995-10-09  |  383 b   |  19 lines

  1. @node _dos_findnext, dos
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <dos.h>
  6.  
  7. unsigned int _dos_findnext(struct _find_t *result);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. This finds the next file in the search started by @code{_dos_findfirst}.
  13.  
  14. @xref{_dos_findfirst}.
  15.  
  16. @subheading Return Value
  17.  
  18. Zero if a match is found, DOS error code if not found (and sets @var{errno}).
  19.