Sha256: cb75a1f0864f926aebe79118fc34d51a0d1ade2c20a394e7774c7e545f21f1f4
Contents?: true
Size: 220 Bytes
Versions: 36
Compression:
Stored size: 220 Bytes
Contents
#![cfg(libc_const_extern_fn)] // If this does not hold, the file is empty #[cfg(target_os = "linux")] const _FOO: libc::c_uint = unsafe { libc::CMSG_SPACE(1) }; //^ if CMSG_SPACE is not const, this will fail to compile
Version data entries
36 entries across 36 versions & 1 rubygems