| 
The SEDRIS Data Representation Model
 APPENDIX C - Constants SE_STRING_DEFAULT  | 
|---|
/* * GLOBAL VARIABLE: SE_STRING_DEFAULT * * Pre-initialized global variable containing the default values for an * SE_String variable. */ const SE_String SE_STRING_DEFAULT  | |
| locale.language | {'e', 'n'} | 
| locale.country | {'u', 's', 'a'} | 
| length | 0 | 
| characters | (SE_Character *)&se_empty_string | 
  |