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

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

Loading