Annotation of mstools/h/wcstr.h, revision 1.1.1.3

1.1       root        1: /***
                      2: * wcstr.h - declarations for wide character string manipulation functions
                      3: *
1.1.1.2   root        4: *       Copyright (c) 1985-1992, Microsoft Corporation. All rights reserved.
1.1       root        5: *
                      6: *Purpose:
                      7: *       This file contains the function declarations for the string
                      8: *       manipulation functions.
1.1.1.2   root        9: *       [OBSOLETE][UNICODE/ISO]
                     10: *
                     11: *      WARNING: OBSOLETE FILE: use wchar.h/stdlib.h instead!!!
                     12: *      This file provided only for short-term compatibility.  It will
                     13: *      disappear in the near future after a brief transitional period.
1.1       root       14: *
                     15: ****/
                     16: 
                     17: #ifndef _INC_WCSTR
                     18: 
1.1.1.2   root       19: #include <wchar.h>
                     20: #define wcswcs wcsstr
1.1       root       21: 
1.1.1.2   root       22: #define _wcscmpi _wcsicmp
                     23: #if !__STDC__
                     24: #define wcscmpi        _wcsicmp
1.1       root       25: #endif
                     26: 
1.1.1.2   root       27: /* from stdlib.h */
1.1.1.3 ! root       28: int    _CRTAPI1 wctomb(char *, wchar_t);
        !            29: size_t _CRTAPI1 wcstombs(char*, const wchar_t *, size_t);
1.1       root       30: 
                     31: #define _INC_WCSTR
                     32: #endif  /* _INC_WCSTR */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.