Memcpy - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

866

memcpy

Declaration:
void * memcpy (void * dest , const void * source , size_t length )
Category(ies):
Memory Management
Description:
Copies length bytes from source to dest . If some regions of source or dest
overlap, the behavior of memcpy is undefined (use memmove for
overlapping regions).
dest
Inputs:
source — Source of move.
length
Outputs:
dest is returned.
Assumptions:
The source and destination regions must not overlap.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also:
strncpy, memmove
Example:
See strlen, MakeWinRect, and CalcBitmapSize.
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Memory Management
— Destination of move.
— Size of move in bytes.
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents