• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * strchrnul - find a character or nul in a string
3 *
4 * Copyright (c) 2018, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#define BUILD_STRCHRNUL
9#include "strchr-sve.S"
10