rmath 0.1.5

A rust math library
Documentation
1
2
3
4
5
6
use std::os::raw::{c_ulong, c_uchar};

pub type DWORD = c_ulong;
pub type ULONG = DWORD;
pub type UCHAR = c_uchar;
pub type PUCHAR = *mut UCHAR;