repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
stpcpy
blob
3a7cd40196e904b2a33381e5797dd1223020b272
1
Description:
2
stpcpy() function: copy a string, returning a pointer to its end.
3
4
Files:
5
lib/stpcpy.c
6
m4/stpcpy.m4
7
8
Depends-on:
9
extensions
10
string
11
12
configure.ac:
13
gl_FUNC_STPCPY
14
if test $HAVE_STPCPY = 0; then
15
AC_LIBOBJ([stpcpy])
16
gl_PREREQ_STPCPY
17
fi
18
gl_STRING_MODULE_INDICATOR([stpcpy])
19
20
Makefile.am:
21
22
Include:
23
<string.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
glibc