m_match
This call finds the next matching file name for the matchp set up by m_setpat.
- Syntax: int far m_match(MATCH far *matchp, int far *flagp)
- Parameters: MATCH far *matchp - Pointer to a structure containing the data to match
int far *flagp - Set when a match is found; otherwise, it is zero
- Returns: 0 - normal conditions
Non-zero error code with flagp set to 0, when an error other than
"no more matches" is encountered
- Related Calls: m_setpat