#include "petscsys.h" PetscErrorCode PetscMemmove(void *a,void *b,size_t n)Not Collective
b | - pointer to initial memory space | |
n | - length (in bytes) of space to copy |
Since b can overlap with a, b cannot be declared as const
Level:intermediate
Location:src/sys/utils/memc.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages