On 7/22/05, Daniel B. Faken <[EMAIL PROTECTED]> wrote:
> Hello,
> 
>   I've been encountering problems using the FFI with functions that take a
> (signed char *).  For example, with this short program:
> -----------------------
> (define-foreign-type GLbyte signed-char)
> #>!
> typedef signed char GLbyte;
> int call_fn(GLbyte x, GLbyte *y);
> <#
> ------------------------

Does the C compiler fail with an error, or is this just a warning?


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to