OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [libiberty/] [index.c] - Diff between revs 579 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
/* Stub implementation of (obsolete) index(). */
/* Stub implementation of (obsolete) index(). */
 
 
extern char * strchr();
extern char * strchr();
 
 
char *
char *
index (s, c)
index (s, c)
  char *s;
  char *s;
  int c;
  int c;
{
{
  return strchr (s, c);
  return strchr (s, c);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.