Skip to content

Fix #244: Add c-call:signed-char

Raymond Toy requested to merge issue-244-c-call-signed-char into master

While this is equivalent to c-call:char, we add this to match C which has signed char type since char can be either signed or unsigned depending on the compiler and OS.

Merge request reports