• Krzesimir Nowak's avatar
    Add helper macros for wrapping annoying C types · 678cd106
    Krzesimir Nowak authored
    We will wrap the file_handle struct in the next commit. The struct has
    a flexible array member, which is not supported by C++. Compiler may
    complain about using it when allocated on stack, even indirectly as a
    member of a struct. I'm not sure if using this kind of types is even a
    defined behavior…
    678cd106
act_helpers.h 1.84 KB