/*
 * strchrnul - find a character or nul in a string
 *
 * Copyright (c) 2018-2019, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */

#define BUILD_STRCHRNUL
#include "strchr-sve.S"
