]> Repositorios git - scryer-prolog.git/commitdiff
export array_type/3
authorSkgland <[email protected]>
Mon, 25 Aug 2025 22:33:16 +0000 (00:33 +0200)
committerBennet Bleßmann <[email protected]>
Mon, 25 Aug 2025 22:33:16 +0000 (00:33 +0200)
src/lib/ffi.pl

index a03308a7879e8078a397370e36391c3a96ba2d2a..35a56195ddf4e25953e9d2a2414ef2b4443b9e6d 100644 (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