summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/stpcpy.S
blob: 0757733718d73845c4884cff28e08e5f6f018e1d (plain)
1
2
3
4
#define USE_AS_STPCPY
#define STRCPY __stpcpy
#include "strcpy.S"
strong_alias(__stpcpy,stpcpy)