taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> That's all there is to it, and you could populate those bytes directly,
> one by one:
>
> the_struct_t my_struct = { a, b, c, d, e, f }
>
Whoops, C isn't as dumb as I had in memory. You'll need to memcpy it
into a char[] to b
Hello,
In Guile 2.0.x, how does one choose to use the debug VM
when initializing with scm_boot_guile, scm_with_guile,
or scm_init_guile?
Thanks,
Mike Gran
> On Monday, August 31, 2015 2:39 PM, Mike Gran wrote:
> >
> Hello,
>
> In Guile 2.0.x, how does one choose to use the debug VM
> when initializing with scm_boot_guile, scm_with_guile,
> or scm_init_guile?
I eventually settled on the following invocation, using
an undocumented function that