bug-guile
[Top][All Lists]
Advanced

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

bug#58524: pointer->procedure doesn't support foreign function use varar


From: Zhu Zihao
Subject: bug#58524: pointer->procedure doesn't support foreign function use varargs.
Date: Sat, 15 Oct 2022 01:29:06 +0800
User-agent: mu4e 1.8.9; emacs 29.0.50

In current implementation of pointer->procedure, it use ffi_prep_cif.
So pointer->procedure just support foreign function with fixed amount of
arguments.

It's possible to support foreign function use varargs by using 
ffi_prep_cif_var. 
-- 
Retrieve my PGP public key:

  gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC

Zihao

Attachment: signature.asc
Description: PGP signature


reply via email to

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