[racket] Filling char arrays inside cstructs

From: Danny Yoo (dyoo at hashcollision.org)
Date: Wed Feb 6 16:41:00 EST 2013

>> I'm also beginning to use the FFI, and starting to collect examples for use.
>>
>> Here's your example:
>>
>>     https://github.com/dyoo/ffi-tutorial/tree/master/ffi/tutorial/examples/struct-with-array

> Awesome!
>
> Thank you.


No problem.  The plan is to build this cookbook of really small
examples of the FFI, order them in progression, and write the tutorial
text around them.  The example in the repo should be compilable and
executable too: just run the pre-installer.rkt in that directory
first, and it'll build the library.

Posted on the users mailing list.