petsc-3.7.1 2016-05-15
PetscStrrchr
Locates one location past the last occurance of a character in a string, if the character is not found then returns entire string
Synopsis
#include "petscsys.h"
PetscErrorCode PetscStrrchr(const char a[],char b,char *tmp[])
Not Collective Many br
Input Parameters
| a | - pointer to string Many br |
| b | - character Many br |
Output Parameter
tmp -location of occurance, a if not found Many br
Many br
Notes: Not for use in Fortran Many br
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/ksp/ksp/examples/tutorials/ex10.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html