guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FFI arg_types for C array


From: Myles English
Subject: FFI arg_types for C array
Date: Tue, 10 Mar 2020 13:53:37 +0000

Hello,

I am trying to call a C function with this signature from Guile:

void the_test(int n, const int the_array[]);

In the description here:
https://www.gnu.org/software/guile/manual/html_node/Dynamic-FFI.html
in pointer->procedure what should arg_types be?

Thanks,
Myles


reply via email to

[Prev in Thread] Current Thread [Next in Thread]