You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine: Macbook, OS: 64bit Mac OS X 10.12.3 16D32 , Kernel: x86_64 Darwin 16.4.0 (different machine than the other issue) knightstour.c Gist
It consists of a few basic input/output stuff, recursive methods, simple math functions and memory allocation.
Hi, I tried to transpile a C program I wrote but unfortunately c2go seems to have a problem with unsigned shorts, yet I don't use that data type at all in the program.
Sorry I forgot to explain. It's true that your code does not contain unsigned short however when the code is preprocessed with clang all of the header files are included and one of them will be using an unsigned short.
Machine:
Macbook, OS: 64bit Mac OS X 10.12.3 16D32 , Kernel: x86_64 Darwin 16.4.0
(different machine than the other issue)knightstour.c Gist
It consists of a few basic input/output stuff, recursive methods, simple math functions and memory allocation.
Hi, I tried to transpile a C program I wrote but unfortunately
c2go
seems to have a problem with unsigned shorts, yet I don't use that data type at all in the program.The text was updated successfully, but these errors were encountered: