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