-- Copyright (C) 1985, 1986 by Xerox Corporation. All rights reserved. -- CTypeArray.mesa -- NFS 15-Jul-85 17:45:31 -- MEW 31-Dec-85 9:31:35 -- Array for C library character operations and predicates. DIRECTORY CString USING [CString]; CTypeArray: DEFINITIONS = { ctype: CString.CString; }.