文件名称:wildcardcmp:C的简单通配符字符串比较
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-15 23:06:33
C
通配符 简单的通配符字符串比较。 原料药 /* * * Check if the given `string` matches `pattern`, * using `*` as a wildcard. Will return `1` if * the two match. */ int wildcardcmp ( const char *pattern, const char *string); 执照 麻省理工学院
【文件预览】:
wildcardcmp-master
----wildcardcmp.c(846B)
----Readme.md(272B)
----test.c(1KB)
----wildcardcmp.h(239B)
----.travis.yml(29B)
----History.md(60B)
----Makefile(473B)
----.gitignore(38B)
----package.json(252B)