flint-sys 0.9.0

Bindings to the FLINT C library
Documentation
1
2
3
4
5
6
7
8
9
10
/* automatically generated by rust-bindgen 0.70.1 */

use crate::deps::*;
use crate::flint::*;


extern "C" {
    #[link_name = "FLINT_BIT_COUNT__extern"]
    pub fn FLINT_BIT_COUNT(x: ulong) -> flint_bitcnt_t;
}