uring-sys2 0.12.0

liburing bindings
Documentation
1
2
3
4
5
6
7
/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_EX_HELPERS_H
#define LIBURING_EX_HELPERS_H

int setup_listening_socket(int port, int ipv6);

#endif