EDCS Reference Manual
Types
EDCS_String
/*
 * STRUCT: EDCS_String
 *
 *   This data type specifies a string as an array of EDCS_Characters,
 *   along with the locale needed to properly interpret the characters
 *   in the string.
 */
typedef struct
{
EDCS_Locale locale;
EDCS_Short_Integer_Unsigned length;
EDCS_Character *characters;
} EDCS_String;



Prev: EDCS_Status_Code. Next: EDCS_Unit_Code.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™