#include "petscsys.h" PetscErrorCode PetscMemmove(void *a,void *b,size_t n)Not Collective Many br
b | - pointer to initial memory space Many br | |
n | - length (in bytes) of space to copy Many br |
Many br
Since b can overlap with a, b cannot be declared as const Many br
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