[plt-scheme] (lib "foreign.ss") and vararg C functions

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Oct 7 17:37:15 EDT 2005

I bet there something that does that in swindle. ...

Robby

At Fri, 7 Oct 2005 17:30:16 -0400, Richard Cobbe wrote:
> Is it possible to use (lib "foreign.ss") to call vararg C functions
> (like printf) from within Scheme?  It would be really nice to say, for
> example,
> 
>     (c-printf "%04d" n)
> 
> from time to time.
> 
> Thanks,
> 
> Richard
> 
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.