c2nim
c2nim copied to clipboard
Some types should be changed automatically
c2nim leaves all types as they are, when it should change those builtin in C to fit Nim's ones.Some of them: uint32_t -> uint32 double -> float64 ...
As a workaround this works:
# mangle uint8_t uint8
# mangle uint16_t uint16
# mangle uint32_t uint32