The XGC Libraries: C/C++ Libraries for Real-Time Applications
Prev
Chapter 11. String Handling <string.h>
Next
11.2. Copying Functions
Table of Contents
The memcpy function
-- Copy a block of memory
The memmove function
-- Copy a block of memory
The strcpy function
-- Copy a string
The strncpy function
-- Copy a string
Prev
Home
Next
String Handling <string.h>
Up
The memcpy function