Remove building with NOCRYPTO option
[minix.git] / lib / libc / string / Lint_index.c
bloba6aeef34b6a7605537b9e4ec93135b7a9a966026
1 /* $NetBSD: Lint_index.c,v 1.2 2000/06/14 06:49:07 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);