libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_ext.h
1/* DO NOT EDIT: automatically built by dist/s_include. */
2/* See M0_CLAIMS.md [T2]. */
3
4#ifndef XTC_EXT_H
5#define XTC_EXT_H
6
7const char *xtc_strerror __P((int));
8const char *xtc_version_string __P((void));
9int xtc_version_components __P((int *, int *, int *));
10
11#endif /* XTC_EXT_H */