diff options
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ extern void *xcalloc(size_t nmemb, size_t size); | |||
161 | extern char *xstrdup (const char *s); | 161 | extern char *xstrdup (const char *s); |
162 | #endif | 162 | #endif |
163 | extern char *xstrndup (const char *s, int n); | 163 | extern char *xstrndup (const char *s, int n); |
164 | extern char * safe_strncpy(char *dst, const char *src, size_t size); | ||
164 | 165 | ||
165 | struct suffix_mult { | 166 | struct suffix_mult { |
166 | char *suffix; | 167 | char *suffix; |