1#![allow(non_upper_case_globals)]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4
5use libc::FILE;
6pub use num_complex::Complex32 as fftwf_complex;
7pub use num_complex::Complex64 as fftw_complex;
8
9include!(concat!(env!("OUT_DIR"), "/bindings.rs"));