added some results
[tridge/junkcode.git] / fnmatch.c
1
2 main(int argc, char *argv[])
3 {
4         printf("%d\n", fnmatch(argv[1], argv[2], 0));
5 }