export array_type/3

This commit is contained in:
Skgland
2025-08-26 00:33:16 +02:00
committed by Bennet Bleßmann
parent 252361fc20
commit 14ce052bf2

View File

@@ -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