Routine Mappings (Windows CE 5.0)

Send Feedback

Developing an Application > Microsoft C Run-time Library for Windows CE > Generic Text Mappings

The generic-text routine mappings are defined in Tchar.h.

_tccpy and _tclen map to macros or inline functions in the single-byte and Unicode models for completeness.

For more information on a generic text routine, see the help topic about the corresponding single-byte routine.

Generic-Text Routine Name Single byte character set _UNICODE Defined
_fgetts fgets fgetws
_fputtc fputc fputwc
_fputts fputs fputws
_ftprintf fprintf fwprintf
_ftscanf fscanf fwscanf
_gettchar getchar getwchar
_getts gets _getws
_istascii __isascii __iswascii
_istcntrl iscntrl iswcntrl
_istgraph isgraph iswgraph
_istlower islower iswlower
_istprint isprint iswprint
_istpunct ispunct iswpunct
_istspace isspace iswspace
_istupper isupper iswupper
_istxdigit isxdigit iswxdigit
_itot, _ltot _itoa _itow
_puttchar putchar putwchar
_putts puts putws
_sntprintf _snprintf _snwprintf
_stprintf sprintf swprintf
_stscanf sscanf swscanf
_tcscat strcat wcscat
_tcschr strchr wcschr
_tcsclen strlen wcslen
_tcscmp strcmp wcscmp
_tcscpy strcpy wcscpy
_tcscspn strcspn wcscspn
_tcsdup _strdup _wcsdup
_tcsicmp _stricmp _wcsicmp
_tcslen strlen wcslen
_tcslwr _strlwr _wcslwr
_tcsncat, _tcsnccat strncat wcsncat
_tcsncmp, _tcsnccmp strncmp wcsncmp
_tcsnccpy, _tcsncpy strncpy wcsncpy
_tcsncicmp _strnicmp _wcsnicmp
_tcsnset, _tcsncset _strnset _wcsnset
_tcspbrk strpbrk wcspbrk
_tcsrchr strrchr wcsrchr
_tcsrev _strrev _wcsrev
_tcsset _strset _wcsset
_tcsspn strspn wcsspn
_tcsstr strstr wcsstr
_tcstod strtod wcstod
_tcstok strtok wcstok
_tcstol strtol wcstol
_tcstoul strtoul wcstoul
_tfdopen _fdopen _wfdopen
_tfopen fopen _wfopen
_tfreopen freopen _wfreopen
_totlower tolower towlower
_totupper toupper towupper
_tprintf printf wprintf
_tscanf scanf wscanf
_ttoi atoi _wtoi
_ttol atol _wtol
_ultot _ultoa _ultow
_ungettc ungetc ungetwc
_vftprintf vfprintf vfwprintf
_vsntprintf _vsnprintf _vsnwprintf
_vstprintf vsprintf vswprintf
_vtprintf vprintf vwprintf

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.