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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user