home *** CD-ROM | disk | FTP | other *** search
- #if (defined(__IBMC__) || defined(__IBMCPP__))
- #pragma info( none )
- #ifndef __CHKHDR__
- #pragma info( none )
- #endif
- #pragma info( restore )
- #endif
-
- #ifndef __collate_h
- #define __collate_h
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifndef _LNK_CONV
- #ifdef _M_I386
- #define _LNK_CONV _Optlink
- #else
- #define _LNK_CONV
- #endif
- #endif
-
- #ifndef _IMPORT
- #ifdef __IMPORTLIB__
- #define _IMPORT _Import
- #else
- #define _IMPORT
- #endif
- #endif
-
- /********************************************************************/
- /* <collate.h> header file */
- /* */
- /* VisualAge for C++ for Windows, Version 3.5 */
- /* Licensed Material - Property of IBM */
- /* */
- /* 5801-ARR and Other Materials */
- /* */
- /* (c) Copyright IBM Corp 1991, 1996. All rights reserved. */
- /* */
- /********************************************************************/
-
- typedef unsigned short collel_t;
-
- #ifndef __wchar_t
- typedef unsigned short wchar_t;
- #define __wchar_t 1
- #endif
-
- extern int _LNK_CONV ismccollel(collel_t);
- extern collel_t _LNK_CONV strtocoll(char *);
- extern char * _LNK_CONV colltostr(collel_t);
- extern int _LNK_CONV collequiv(collel_t, collel_t **);
- extern int _LNK_CONV collrange(collel_t, collel_t, collel_t **);
- extern int _LNK_CONV collorder(collel_t **);
- extern int _LNK_CONV cclass(char *, collel_t **list);
- extern collel_t _LNK_CONV maxcoll(void);
- extern collel_t _LNK_CONV getmccoll(char **);
- extern collel_t _LNK_CONV getwmccoll(wchar_t **);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
- #if (defined(__IBMC__) || defined(__IBMCPP__))
- #pragma info( none )
- #ifndef __CHKHDR__
- #pragma info( restore )
- #endif
- #pragma info( restore )
- #endif
-