summaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.c
blob: e2e38a614b465e2c457172dc07c8fab3c4859cef (plain)
1
2
3
4
/*	$NetBSD: strchr.c,v 1.1 1998/08/04 04:48:17 perry Exp $	*/

#define STRCHR
#include "index.c"
iling whitespaceperry 2004-04-23constify and warns = 3christos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc