Automatically translate C code to Go with type safety and idiomatic conversions.
Transpiling C to Go
cxgo
$ cxgo file.c
$ cxgo -o output/ myprogram.c
$ cxgo -I ./include *.c
$ cxgo -package mylib lib.c
$ cxgo -all-headers structs.c