X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_func_libr.xml;h=fd37a1c8630d23fa31e42e9b87c6ddfe5f418f67;hb=66f5a25945b334732c2420fbe73b389e89de1669;hp=859d4d7081ecb8d63716f70f8db5cfc22544ebf2;hpb=6be0cb84dd1fc6a0ae9410f7ccdc34ac21ae4377;p=uffi.git diff --git a/doc/ref_func_libr.xml b/doc/ref_func_libr.xml index 859d4d7..fd37a1c 100644 --- a/doc/ref_func_libr.xml +++ b/doc/ref_func_libr.xml @@ -1,7 +1,7 @@ - + + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + %myents; ]> @@ -61,12 +61,12 @@ foreign function. If :void indicates module does not return Examples - + (def-function "gethostname" ((name (* :unsigned-char)) (len :int)) :returning :int) - + Side Effects @@ -150,12 +150,12 @@ a session. A library can be reloaded by using the :force-load k Examples - + (load-foreign-library #p"/usr/lib/libmysqlclient.so" :module "mysql" :supporting-libraries '("c")) => T - + Side Effects @@ -234,13 +234,13 @@ the path of the first found file. Examples - + (find-foreign-library '("libmysqlclient" "libmysql") '("/opt/mysql/lib/mysql/" "/usr/local/lib/" "/usr/lib/" "/mysql/lib/opt/") :types '("so" "dll") :drive-letters '("C" "D" "E")) => #P"D:\\mysql\\lib\\opt\\libmysql.dll" - + Side Effects