sharedlib 6.0.0

A cross-platform shared library loader.
Documentation
1
2
3
use std::os::raw::c_int;

pub const RTLD_LAZY: c_int = 1;