2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add estrndup()

This commit is contained in:
Todd C. Miller
2010-02-28 15:09:50 -05:00
parent f145264ee0
commit 76c90bc301
2 changed files with 29 additions and 4 deletions

View File

@@ -27,5 +27,6 @@ void *emalloc2(size_t, size_t);
void *erealloc(void *, size_t);
void *erealloc3(void *, size_t, size_t);
char *estrdup(const char *);
char *estrndup(const char *, size_t);
#endif /* _SUDO_ALLOC_H */