|
@ -1,4 +1,4 @@ |
|
|
/* $OpenBSD: wchar.h,v 1.28 2015/02/09 23:02:25 millert Exp $ */ |
|
|
|
|
|
|
|
|
/* $OpenBSD: wchar.h,v 1.29 2015/04/04 18:05:05 guenther Exp $ */ |
|
|
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ |
|
|
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ |
|
|
|
|
|
|
|
|
/*- |
|
|
/*- |
|
@ -185,12 +185,9 @@ size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict, |
|
|
const struct tm *__restrict); |
|
|
const struct tm *__restrict); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \ |
|
|
|
|
|
__ISO_C_VISIBLE >= 1999 |
|
|
|
|
|
/* LONGLONG */ |
|
|
|
|
|
|
|
|
#if !defined(__STRICT_ANSI__) || __ISO_C_VISIBLE >= 1999 |
|
|
long long int wcstoll(const wchar_t * __restrict, |
|
|
long long int wcstoll(const wchar_t * __restrict, |
|
|
wchar_t ** __restrict, int base); |
|
|
wchar_t ** __restrict, int base); |
|
|
/* LONGLONG */ |
|
|
|
|
|
unsigned long long int wcstoull(const wchar_t * __restrict, |
|
|
unsigned long long int wcstoull(const wchar_t * __restrict, |
|
|
wchar_t ** __restrict, int base); |
|
|
wchar_t ** __restrict, int base); |
|
|
#endif |
|
|
#endif |
|
|