<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Is the FFI based on libffi, i.e., is PLT Scheme dependent on<br>
libffi? Wasn't libffi part of gcc?<br>
<br>
--Hans<br>
<br>
<br>
Eli Barzilay schreef:
<blockquote cite="mid:18067.37056.994223.392255@kinyarwanda.ccs.neu.edu"
type="cite">
<pre wrap="">On Jul 10, raja wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
This is regarding FFI in plt scheme.
I want to define a Cstruct which has an array of 5 bytes as one of the
slot.
As i see there are no array types. I used 5 one _byte slots as a
temporary fix, which, I feel is not the correct form.
Any suggestions on the proper array declaration format?
</pre>
</blockquote>
<pre wrap=""><!---->
Yes, there is no array type. The problem starts with libffi not
having an array type, and your solution is as good as any.
</pre>
</blockquote>
</body>
</html>