summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/stpcpy.S
blob: 83294e1a8ab16a94da88e224c17a2981dfc12f9b (plain)
1
2
3
4
5
6
#define USE_AS_STPCPY
#define STRCPY __stpcpy

#include "strcpy.S"

weak_alias (__stpcpy, stpcpy)