| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: address &optional aligned
Computes and returns the length of the C style (null-terminated) fat (2-bytes per character) string located at address by looking for the null terminator.
If the optional aligned argument is true, then address is an aligned address. Aligned addresses are returned by functions like lispval-to-aligned-malloc-address.
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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |