Remove building with NOCRYPTO option
[minix.git] / lib / libc / string / Lint_rindex.c
blobc96b4d51264acf04a2e6bf3b5dda0b6d21d2603a
1 /* $NetBSD: Lint_rindex.c,v 1.2 2000/06/14 06:49:08 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 rindex(src, c)
13 const char *src;
14 int c;
16 return (0);