From: Skgland Date: Mon, 25 Aug 2025 22:33:16 +0000 (+0200) Subject: export array_type/3 X-Git-Tag: v0.10.0~11^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=14ce052bf2787ee3211f833d131580f4691094f6;p=scryer-prolog.git export array_type/3 --- diff --git a/src/lib/ffi.pl b/src/lib/ffi.pl index a03308a7..35a56195 100644 --- a/src/lib/ffi.pl +++ b/src/lib/ffi.pl @@ -1,4 +1,4 @@ -:- module(ffi, [use_foreign_module/2, foreign_struct/2, with_locals/2, allocate/4, deallocate/3, read_ptr/3]). +:- module(ffi, [use_foreign_module/2, foreign_struct/2, with_locals/2, allocate/4, deallocate/3, read_ptr/3, array_type/3]). /** Foreign Function Interface