taproot-c-scape 0.22.3

A libc bottom-half implementation in Rust (c-scape fork for the taproot libc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[no_mangle]
unsafe extern "C" fn dlclose() {
    todo!("dlclose")
}
#[no_mangle]
unsafe extern "C" fn dlerror() {
    todo!("dlerror")
}
#[no_mangle]
unsafe extern "C" fn dlopen() {
    todo!("dlopen")
}