Changeset 3053 for branches/libc-0.6/src/emx/include
- Timestamp:
- Apr 8, 2007, 7:07:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/locale.h
r2511 r3053 237 237 /** String collation information. */ 238 238 extern __LIBC_LOCALECOLLATE __libc_gLocaleCollate; 239 /** String collation information forthe default 'C'/'POSIX' locale. */ 240 extern const __LIBC_LOCALECOLLATE __libc_gLocaleCollateDefault; 239 241 /** Character case conversion tables. */ 240 242 extern __LIBC_LOCALECTYPE __libc_GLocaleCtype; … … 242 244 extern const __LIBC_LOCALECTYPE __libc_GLocaleCtypeDefault; 243 245 /** Cached Unicode (__wchar_t) case conversion tables and flags. */ 244 extern __LIBC_LOCALEWCTYPE __libc_GLocaleWCtype;246 extern __LIBC_LOCALEWCTYPE __libc_GLocaleWCtype; 245 247 /** Locale information structure. */ 246 248 extern __LIBC_LOCALELCONV __libc_gLocaleLconv;
Note:
See TracChangeset
for help on using the changeset viewer.