]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gnulib/import/wmemchr.c
Update gnulib
[thirdparty/binutils-gdb.git] / gnulib / import / wmemchr.c
CommitLineData
698be2d8 1/* Search wide character array for a wide character.
dc6c21da 2 Copyright (C) 2011-2022 Free Software Foundation, Inc.
698be2d8
CB
3 Written by Bruno Haible <bruno@clisp.org>, 2011.
4
dc6c21da
TT
5 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as
7 published by the Free Software Foundation; either version 2.1 of the
8 License, or (at your option) any later version.
698be2d8 9
dc6c21da 10 This file is distributed in the hope that it will be useful,
698be2d8
CB
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc6c21da 13 GNU Lesser General Public License for more details.
698be2d8 14
dc6c21da 15 You should have received a copy of the GNU Lesser General Public License
698be2d8
CB
16 along with this program. If not, see <https://www.gnu.org/licenses/>. */
17
18#include <config.h>
19
20/* Specification. */
21#include <wchar.h>
22
23#include "wmemchr-impl.h"