7 lines
104 B
C
7 lines
104 B
C
|
#ifndef _FNMATCH_H
|
||
|
#define _FNMATCH_H
|
||
|
|
||
|
int match(char *mask, char *name);
|
||
|
|
||
|
#endif /* fnmatch.h */
|