From b3ba3d3c1c12989d315a9ac3b6f7b7784e07f686 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 2 Apr 2014 10:03:19 +0000 Subject: initial binding to Prolog for the C runtime --- src/runtime/swipl/pgf.pl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/runtime/swipl/pgf.pl (limited to 'src/runtime/swipl/pgf.pl') diff --git a/src/runtime/swipl/pgf.pl b/src/runtime/swipl/pgf.pl new file mode 100644 index 000000000..94b508365 --- /dev/null +++ b/src/runtime/swipl/pgf.pl @@ -0,0 +1,2 @@ +:- module(pgf, [ readPGF/2, language/3 ]). +:- use_foreign_library(foreign('./swipgf.so')). -- cgit v1.2.3