OILS
/
build
/ detect-fnm-extmatch.c
View on Github
|
oils.pub
6 lines, 4 significant
1
#include
<fnmatch.h>
2
3
int main(void)
{
4
int x = FNM_EXTMATCH;
5
return 0;
6
}