/[global]/global/libutil/locatestring.c
ViewVC logotype

Diff of /global/libutil/locatestring.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by shigio, Sun Nov 28 01:04:58 2004 UTC revision 1.11 by shigio, Thu Apr 7 06:09:20 2005 UTC
# Line 81  int    (*cmpfunc)(char *, char*, int); Line 81  int    (*cmpfunc)(char *, char*, int);
81    
82  char *  char *
83  locatestring(string, pattern, flag)  locatestring(string, pattern, flag)
84  const char *string;          const char *string;
85  const char *pattern;          const char *pattern;
86  int flag;          int flag;
87  {  {
88          int c = *pattern;          int c = *pattern;
89          int plen = strlen(pattern);          int plen = strlen(pattern);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26