make clib more yap friendly.

This commit is contained in:
Vítor Santos Costa
2010-06-18 00:31:16 +01:00
parent e5c21bda92
commit f4b86022d6
4 changed files with 9 additions and 1 deletions

View File

@@ -33,6 +33,8 @@
[ crypt/2
]).
:- use_module(library(shlib)).
:- use_foreign_library(foreign(crypt), install_crypt).
% crypt(+Passwd, ?Encripted).