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
/
liburing.c
blob: 456059cec1d934df62ecad2f6640add6c279ee0e (
plain
)
1
2
3
4
5
6
#include
<liburing.h>
int
main
(
void
)
{
io_uring_free_probe
(
0
);
return
0
;
}