131914882SAlex Richardson/* 231914882SAlex Richardson * stpcpy - copy a string returning pointer to end. 331914882SAlex Richardson * 431914882SAlex Richardson * Copyright (c) 2020, Arm Limited. 5*072a4ba8SAndrew Turner * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 631914882SAlex Richardson */ 731914882SAlex Richardson 831914882SAlex Richardson#define BUILD_STPCPY 1 931914882SAlex Richardson 1031914882SAlex Richardson#include "strcpy.S" 11