blob: 5140e59ce9c84e278ae0c571957468e22b08b754 [file] [log] [blame]
/*
* strchrnul - find a character or nul in a string
*
* Copyright (c) 2018, Arm Limited.
* SPDX-License-Identifier: MIT
*/
#define BUILD_STRCHRNUL
#include "strchr-sve.S"