c2v icon indicating copy to clipboard operation
c2v copied to clipboard

`bool` func decl translation fail

Open kbkpbot opened this issue 1 year ago • 0 comments

test.h

#include <stdbool.h>
bool fna();

c2v wrapper test.h

This will create a empty file, no function declare for fna in it.

@[translated]
module gocv

kbkpbot avatar Jun 11 '24 10:06 kbkpbot