epoc32/include/stdapis/wchar.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    23  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    23  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    24  * SUCH DAMAGE.
    24  * SUCH DAMAGE.
    25  *
    25  *
    26  * $FreeBSD: src/include/wchar.h,v 1.45 2004/08/12 12:19:10 tjr Exp $
    26  * $FreeBSD: src/include/wchar.h,v 1.45 2004/08/12 12:19:10 tjr Exp $
    27  *
    27  *
    28  * © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
    28  * © Portions Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    29  * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
       
    30  */
    29  */
    31 
    30 
    32 /*-
    31 /*-
    33  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
    32  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
    34  * All rights reserved.
    33  * All rights reserved.
    73 
    72 
    74 #include <sys/cdefs.h>
    73 #include <sys/cdefs.h>
    75 #include <sys/_null.h>
    74 #include <sys/_null.h>
    76 #include <sys/_types.h>
    75 #include <sys/_types.h>
    77 #include <sys/stat.h>
    76 #include <sys/stat.h>
    78 #include <machine/_limits.h>
    77 #include <stdapis/machine/_limits.h>
    79 #include <_ctype.h>
    78 #include <_ctype.h>
    80 #include <_ansi.h>
    79 #include <_ansi.h>
    81 #include <stdio.h>
    80 #include <stdio.h>
    82 #include <sys/dirent.h>
    81 #include <sys/dirent.h>
    83 #ifdef __SYMBIAN32__
    82 #ifdef __SYMBIAN32__
   357 IMPORT_C int wcsicoll(const wchar_t *wcs1, const wchar_t *wcs2);
   356 IMPORT_C int wcsicoll(const wchar_t *wcs1, const wchar_t *wcs2);
   358 IMPORT_C int wcsncoll(const wchar_t* wcs1, const wchar_t* wcs2, size_t n);
   357 IMPORT_C int wcsncoll(const wchar_t* wcs1, const wchar_t* wcs2, size_t n);
   359 IMPORT_C int wcsnicoll(const wchar_t* wcs1, const wchar_t* wcs2, size_t n);
   358 IMPORT_C int wcsnicoll(const wchar_t* wcs1, const wchar_t* wcs2, size_t n);
   360 IMPORT_C wchar_t* wtmpnam(wchar_t *s);
   359 IMPORT_C wchar_t* wtmpnam(wchar_t *s);
   361 
   360 
       
   361 #if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
       
   362 #define	wfopen64	wfopen
       
   363 #define wfreopen64	wfreopen
       
   364 #define wstat64		wstat
       
   365 #define wcreat64	wcreat
       
   366 #define wopen64		wopen
       
   367 #define wreaddir64	wreaddir
       
   368 #endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
       
   369 	
       
   370 
   362 #endif //__SYMBIAN32__
   371 #endif //__SYMBIAN32__
   363 __END_DECLS
   372 __END_DECLS
   364 
   373 
   365 #ifdef __cplusplus
   374 #ifdef __cplusplus
   366 }
   375 }