Skip to content

Avoid assuming c_char is i8 in asctime()

Avoid assuming that c_char is the same as i8 (whether it is i8 or u8 is platform-dependent).

Merge request reports