index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
oniguruma.c
blob: b834faca0d763171eb0b1a781fa61877c2c93660 (
plain
)
1
2
3
4
5
6
#include
<oniguruma.h>
int
main
(
void
)
{
onig_free
(
0
);
return
0
;
}