3 lines
61 B
Prolog
3 lines
61 B
Prolog
|
|
:- module(plffi, [strdup/2]).
|
||
|
|
:- use_foreign_library(plffi).
|