This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/rust/program.rs

6 lines
156 B
Rust

/* automatically generated by rust-bindgen 0.56.0 */
extern "C" {
pub fn zts_socket(address_family: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
}