xref: /freebsd/contrib/arm-optimized-routines/string/aarch64/stpcpy.S (revision 77013d11e6483b970af25e13c9b892075742f7e5)
1/*
2 * stpcpy - copy a string returning pointer to end.
3 *
4 * Copyright (c) 2020, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#define BUILD_STPCPY 1
9
10#include "strcpy.S"
11