| Allegro CL version 6.2 Unrevised from 6.1 |
This function is no longer defined and the symbol naming it has been removed. It has been replaced with two functions: ef-width and ef-nulls. The reason for the change is that the meaning of `size' was ambiguous, referring to both how many 0 octets must trail a string (now ef-nulls) and how many octets it takes to build a character (now ef-width). Code that called ef-size must be rewritten to call either ef-nulls or ef-width.
See iacl.htm for more information on international character support in Allegro CL.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |