|
|
# if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \ | # if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \ |
!defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */ | !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */ |
| |
using _STLP_VENDOR_CSTD::wcsftime; |
using ::wcsftime; |
# endif | # endif |
using _STLP_VENDOR_CSTD::wcstok; | using _STLP_VENDOR_CSTD::wcstok; |
| |