repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* crypt/md5-crypt.c: Fix comment.
[glibc.git]
/
sysdeps
/
x86_64
/
stpcpy.S
blob
ec23de14163dd067ba55955b69ac7f43232d466f
1
#define USE_AS_STPCPY
2
#define STRCPY __stpcpy
3
4
#include <sysdeps/x86_64/strcpy.S>
5
6
weak_alias (__stpcpy, stpcpy)
7
libc_hidden_def (__stpcpy)
8
libc_hidden_builtin_def (stpcpy)