xref: /aosp_15_r20/external/arm-optimized-routines/string/aarch64/stpcpy.S (revision 412f47f9e737e10ed5cc46ec6a8d7fa2264f8a14)
1*412f47f9SXin Li/*
2*412f47f9SXin Li * stpcpy - copy a string returning pointer to end.
3*412f47f9SXin Li *
4*412f47f9SXin Li * Copyright (c) 2020, Arm Limited.
5*412f47f9SXin Li * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
6*412f47f9SXin Li */
7*412f47f9SXin Li
8*412f47f9SXin Li#define BUILD_STPCPY 1
9*412f47f9SXin Li
10*412f47f9SXin Li#include "strcpy.S"
11