| Last change
 on this file since 1227 was             494, checked in by zap, 22 years ago | 
        
          | 
See ChangeLog.
 | 
        
          | 
              
Property                 cvs2svn:cvs-rev
 set to                 1.2
Property                 svn:eol-style
 set to                 native
Property                 svn:executable
 set to                 * | 
        
          | File size:
            642 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | Locale support implementation through OS/2 Unicode API. | 
|---|
| 3 | Copyright (c) 2003 InnoTek Systemberatung GmbH | 
|---|
| 4 |  | 
|---|
| 5 | For conditions of distribution and use, see the file COPYING. | 
|---|
| 6 |  | 
|---|
| 7 | POSIX locale implementation. | 
|---|
| 8 | */ | 
|---|
| 9 |  | 
|---|
| 10 | #ifndef _LOCALE_H | 
|---|
| 11 | #define _LOCALE_H | 
|---|
| 12 |  | 
|---|
| 13 | #if defined (__cplusplus) | 
|---|
| 14 | extern "C" { | 
|---|
| 15 | #endif | 
|---|
| 16 |  | 
|---|
| 17 | /* lconv and categories */ | 
|---|
| 18 | #include <sys/locale.h> | 
|---|
| 19 |  | 
|---|
| 20 | /* Set current locale, if __locale is not NULL. Returns previous locale. */ | 
|---|
| 21 | extern char *setlocale (int category, __const__ char *locale); | 
|---|
| 22 | /* Get information about current locale. */ | 
|---|
| 23 | extern struct lconv *localeconv (void); | 
|---|
| 24 |  | 
|---|
| 25 | #if defined (__cplusplus) | 
|---|
| 26 | } | 
|---|
| 27 | #endif | 
|---|
| 28 |  | 
|---|
| 29 | #endif /* not _LOCALE_H */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.