#include "petsc.h" int PetscMemcmp(const void *str1,const void *str2,int len,PetscTruth *e)Not Collective
str1 | - Pointer to the first byte stream | |
str2 | - Pointer to the second byte stream | |
len | - The length of the byte stream (both str1 and str2 are assumed to be of length len) |
Level:intermediate
Location:src/sys/src/utils/memc.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages