Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / string / Lint_index.c
blobc2595004e0011ffa539ef0be748126f72a4142b0
1 /* $NetBSD: Lint_index.c,v 1.1 1997/11/06 00:52:00 cgd Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #include <string.h>
10 /*ARGSUSED*/
11 char *
12 index(src, c)
13 const char *src;
14 int c;
16 return (0);