1/*
2 * strchrnul - find a character or nul in a string
3 *
4 * Copyright (c) 2018-2019, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
6 */
7
8#define BUILD_STRCHRNUL
9#include "strchr-sve.S"
10