Mir

Code review comment for lp:~cjwatson/mir/stdint-include

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Being C++, technically you're meant to:
    #include <cstdint>
to guarantee you get nice safe 'extern "C"' declarations. But the C-style usually still works.

review: Approve

« Back to merge proposal