sapp-linux 0.1.8

Part of miniquad rendering library. Orignally this was a sokol-app C code transpiled to rust with c2rust and partially rewritten to more idiomatic rust.
Documentation
extern "C" {
    pub fn rand() -> ::std::os::raw::c_int;
}
pub const RAND_MAX: u32 = 2147483647;