X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2Fffi.texinfo;h=f00e23df5cdb815ba364f6f7e8a190c9c769ed9a;hb=11b5ac86a98f058fe0375b0a707c6ef9e24590c9;hp=0c97c3cfff3c0a35bfdd71347befd81b002aafb1;hpb=60053af56e69de2fd251cde8fcdb2ea7f01d0b01;p=sbcl.git diff --git a/doc/manual/ffi.texinfo b/doc/manual/ffi.texinfo index 0c97c3c..f00e23d 100644 --- a/doc/manual/ffi.texinfo +++ b/doc/manual/ffi.texinfo @@ -283,6 +283,7 @@ types to declare that no useful value is returned. Using return zero values. @item +@cindex External formats The foreign type specifier @code{(sb-alien:c-string &key external-format element-type)} is similar to @code{(* char)}, but is interpreted as a null-terminated string, and is automatically converted into a Lisp @@ -969,8 +970,7 @@ other ports it is implemented by turning off GC for the duration (so could be said to have a whole-world granularity). @item -Disable GC, using the @code{without-gcing} macro or @code{gc-off} -call. +Disable GC, using the @code{without-gcing} macro. @end enumerate @c