| Allegro CL version 6.1 Unrevised | |||||||||
Arguments: address
Use of wchar*-to-string is
deprecated. Please use native-to-string instead. Using native-to-string allows fewer
modules need be present in an image using this
functionality. ff:wchar*-to-string is defined in the
:ffcompat module which is not present in an image
by default.
wchar*-to-string function converts a C style wide-char (16-bits / character) string to a Lisp string by copying. The source string is assumed to be null-terminated by two zero octets (i.e., a 16-bit zero).
This function is equivalent to the following
(native-to-string address :external-format :fat)
See ftype.htm for information on foreign types in Allegro CL and foreign-functions.htm for general information on foreign functions in Allegro CL.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||