This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Help On wchar_t functions


Hi there ,
 
i am using the b20 version of cygwin32 and found only the following two functions in wchar.h i.e. wcscmp and wcslen . Is someone else working on the wide character support or is this the whole list that has been built and when is support for all other wcs* functions expected. Is someone working on it or is it that i'll have to build my own for the time being? Also r there any indications whether MBCS support will be included into GNU-win32.
 
 

/* wchar.h

Copyright 1998 Cygnus Solutions

This file is part of Cygwin.

This software is a copyrighted work licensed under the terms of the

Cygwin license. Please consult the file "CYGWIN_LICENSE" for

details. */

#ifndef _WCHAR_H

#define _WCHAR_H

#include <sys/cdefs.h>

/* Get wchar_t from <stddef.h>. */

#define __need_wchar_t

#include <stddef.h>

__BEGIN_DECLS

int wcscmp (wchar_t *__s1, wchar_t *__s2);

int wcslen (wchar_t *__s1);

__END_DECLS

#endif /* _WCHAR_H */

 

Thanks in advance,

Regards

 

Nirmal Prasad R.

 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]