This website requires JavaScript.
Explore
Help
Sign In
zhenxing
/
computer_knowledge_notes
Watch
1
Star
0
Fork
You've already forked computer_knowledge_notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
80d69f4cd1
computer_knowledge_notes
/
Languages
/
CLang
/
libraries
/
fnmatch.md
179 B
Raw
Blame
History
概述
文件名匹配函数
相关函数
/* 匹配文件名或路径名 */
int
fnmatch
(
const
char
*
,
const
char
*
,
int
);
// fn的意思应该是file name