]>
git.saurik.com Git - bison.git/blob - lib/strchr.c
1 /* Copyright (C) 2001 Free Software Foundation, Inc.
3 This program is free software; you can redistribute it and/or
4 modify it under the terms of the GNU Library General Public License
5 as published by the Free Software Foundation; either version 2 of
6 the License, or (at your option) any later version.
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 Library General Public License for more details.
13 You should have received a copy of the GNU Library General Public
14 License along with this program; see the file COPYING.LIB. If not,
15 write to the Free Software Foundation, Inc., 59 Temple Place -
16 Suite 330, Boston, MA 02111-1307, USA. */
29 strchr (const char *s
, int c
)