#### 概述
文件名匹配函数
#### 相关函数
```c
/* 匹配文件名或路径名 */
int fnmatch(const char *, const char *, int);
// fn的意思应该是file name
```