• ZILtoid1991@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Well, you can always just add the type definitions later on.

    I did port some C code to D, by just pasting it in a D file, then fixing the differences (changing type names, rewriting precompiler macros with D metaprogramming and inline functions, etc.).