The nearest thing we have for mapping unsigned char * is c-string, but
using  that interface makes a compiler complaint of the following
type:

slang.c:1254: warning: pointer targets in passing argument 1 of
'SLang_buffer_keystring' differ in signedness

This is just a niggle, really, because it will probably never have a
serious problem, but it would be nice to have a workaround for this.

unsigned-c-string?


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to