Transpiles C code to idiomatic Go code automatically
Transpiling C to Go
cxgo
$ cxgo transpile -o output.go input.c
$ cxgo transpile -o ./go_output ./c_source
$ cxgo --version && cxgo --help