[racket] ffi/unsafe and free

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jan 26 09:52:06 EST 2012

Yesterday, Neil Caldwell wrote:
> I've just started playing with racket, and decided to start with a
> small (that's what I'm telling myself, anyway) project in the form
> of an xmms2 client. To do this, I'm having to interface with
> libxmmsclient.

Did you look in `ffi/examples/xmmsctrl'?  That interface still works
fine (which is surprising actually, given that it's probably almost 10
years old).

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.