C Run-Time Library Reference for Devices

The Microsoft C Run-Time Library for devices supports a subset of the functions that are available in the full Microsoft C Run-Time Library for the desktop.

Supporting only a subset of the full library enables applications to run devices that have more limited resources than desktop computers. For more information about filtering help topics for Run-Time Library references for devices, see How to: Find Help for MFC Classes and Methods Supported for Devices and How to: Find Help for ATL Classes and Methods Supported for Devices.

C Run-Time Library

For full documentation on the C Run-Time Library for devices, see Microsoft C Run-time Library for Windows CE.

Secure APIs

The following APIs have been added for device projects in Visual Studio.

wcsncpy_s

wcscpy_s

wcscat_s

strncpy_s

strcpy_s

strcat_s

memmove_s

memcpy_s

_wsplitpath_s

_wmakepath_s

_ultoa_s

_ui64tow_s

_ui64toa_s

_ltoa_s

_localtime64_s

_itow_s

_itoa_s

_i64tow_s

_i64toa_s

_gmtime64_s

   

See Also

Other Resources

Reference (Devices)