open-coroutine-iouring 0.5.0

The io_uring support for open-coroutine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __SORTING_H__
#define __SORTING_H__ "version.h"

#include <linux/version.h>

#ifdef __cplusplus
extern "C" {
#endif

int linux_version_code();

#ifdef __cplusplus
}
#endif
#endif