cxgo icon indicating copy to clipboard operation
cxgo copied to clipboard

Handle struct vs function name collisions

Open dennwc opened this issue 3 years ago • 0 comments

In C it's valid to have struct foo defined alongside with void foo(). When using cxgo this causes name collision.

We should detect this case and append _t to a converted Go type name automatically.

dennwc avatar Aug 18 '21 09:08 dennwc