projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc0cf1
)
stpcpy()
author
Nils Durner
<durner@gnunet.org>
Thu, 19 Nov 2009 20:02:49 +0000
(20:02 +0000)
committer
Nils Durner
<durner@gnunet.org>
Thu, 19 Nov 2009 20:02:49 +0000
(20:02 +0000)
src/include/plibc.h
patch
|
blob
|
history
diff --git
a/src/include/plibc.h
b/src/include/plibc.h
index dd880eebfc2563b7b18cbe6b4153ec66fd5f311c..06db48c04a0c82b26253bda4bca98d001e37aeb7 100644
(file)
--- a/
src/include/plibc.h
+++ b/
src/include/plibc.h
@@
-22,7
+22,7
@@
* @brief PlibC header
* @attention This file is usually not installed under Unix,
* so ship it with your application
- * @version $Revision: 4
4
$
+ * @version $Revision: 4
5
$
*/
#ifndef _PLIBC_H_
@@
-446,6
+446,7
@@
char *strndup (const char *s, size_t n);
#if !HAVE_STRNLEN
size_t strnlen (const char *str, size_t maxlen);
#endif
+char *stpcpy(char *dest, const char *src);
#define strcasecmp(a, b) stricmp(a, b)
#define strncasecmp(a, b, c) strnicmp(a, b, c)