PetscStrstr

Locates first occurance of string in another string

Synopsis

#include "petsc.h"   
int PetscStrstr(const char a[],const char b[],char **tmp)
Not Collective

Input Parameters

a - pointer to string
b - string to find

Output Parameter

tmp -location of occurance

Level:intermediate
Location:
src/sys/src/utils/str.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages