Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Hey Rust, what’s intmax_t on x64 linux?

    pub type intmax_t = i64;
With D's ImportC:

    import stdint; // reads stdint.h and all its declarations
    intmax_t x; // declare x as type intmax_t
This is fun!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: