petsc-3.8.4 2018-03-24
PetscStrcmp
Compares two strings,
Synopsis
#include "petscsys.h"
PetscErrorCode PetscStrcmp(const char a[],const char b[],PetscBool *flg)
Not Collective
Input Parameters
| a | - pointer to string first string
|
| b | - pointer to second string
|
Output Parameter
flg -PETSC_TRUE if the two strings are equal
Notes: Not for use in Fortran
See Also
PetscStrgrt(), PetscStrncmp(), PetscStrcasecmp()
Level:intermediate
Location:src/sys/utils/str.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/is/sf/examples/tutorials/ex1.c.html
src/ksp/ksp/examples/tutorials/ex10.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ts/examples/tutorials/ex11.c.html