ftp.nice.ch/pub/next/developer/nextsources/libg++.s.tar.gz#/libg++/libiberty/index.c

This is index.c in view mode; [Download] [Up]

/* Stub implementation of (obsolete) index(). */

extern char * strchr();

char *
index (s, c)
  char *s;
  int c;
{
  return strchr (s, c);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.