1bbbf1280Sopenharmony_ci/*
2bbbf1280Sopenharmony_ci * stpcpy - copy a string returning pointer to end.
3bbbf1280Sopenharmony_ci *
4bbbf1280Sopenharmony_ci * Copyright (c) 2020, Arm Limited.
5bbbf1280Sopenharmony_ci * SPDX-License-Identifier: MIT
6bbbf1280Sopenharmony_ci */
7bbbf1280Sopenharmony_ci
8bbbf1280Sopenharmony_ci#define BUILD_STPCPY 1
9bbbf1280Sopenharmony_ci
10bbbf1280Sopenharmony_ci#include "strcpy.S"
11