1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

support: Add xstrndup, xunlink, xreadlink, support_create_temp_directory

This commit is contained in:
Florian Weimer
2017-11-12 09:53:06 +01:00
parent 456b40a97f
commit 1ffe1ccb6e
11 changed files with 219 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ void *xrealloc (void *p, size_t n);
char *xasprintf (const char *format, ...)
__attribute__ ((format (printf, 1, 2), malloc));
char *xstrdup (const char *);
char *xstrndup (const char *, size_t);
__END_DECLS