flint-sys 0.9.0

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

use crate::deps::*;


extern "C" {
    #[link_name = "flint_mpz_add_uiui__extern"]
    pub fn flint_mpz_add_uiui(a: mpz_ptr, b: mpz_srcptr, c1: ulong, c0: ulong);
    #[link_name = "flint_mpz_add_signed_uiui__extern"]
    pub fn flint_mpz_add_signed_uiui(a: mpz_ptr, b: mpz_srcptr, c1: ulong, c0: ulong);
    #[link_name = "flint_mpz_add_uiuiui__extern"]
    pub fn flint_mpz_add_uiuiui(a: mpz_ptr, b: mpz_srcptr, c2: ulong, c1: ulong, c0: ulong);
    #[link_name = "flint_mpz_add_signed_uiuiui__extern"]
    pub fn flint_mpz_add_signed_uiuiui(a: mpz_ptr, b: mpz_srcptr, c2: ulong, c1: ulong, c0: ulong);
}