Cortland Walker

Results 3 issues of Cortland Walker

C file: ``` c // test.c #include struct Fish { char type[]; int age; } fish; ``` I run `~$corrode test.c` and get ``` corrode: ("/usr/include/wchar.h": line 85): Corrode doesn't...

After investigating the source code on github to see why I'm getting an issue on my end, the source contains bodyEncoding. What exactly is bodyEncoding? It wasn't mentioned in the...

Can this library possibly be used to generate a 3D model from a point cloud.

enhancement