X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref_func_libr.xml;h=7a366dbfdb6372ce2635ad6aea8b82f65fa9e1ad;hb=e23ce13827d1948c2e46f2b36a4a22127615844a;hp=358abe6b01dc15b50ce57e184a20b6a47f7ed673;hpb=c5115898210dbfa357c208c1bfe58049f7d6ff6d;p=uffi.git diff --git a/doc/ref_func_libr.xml b/doc/ref_func_libr.xml index 358abe6..7a366db 100644 --- a/doc/ref_func_libr.xml +++ b/doc/ref_func_libr.xml @@ -1,6 +1,6 @@ - + %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