Age | Commit message (Collapse) | Author | Files | Lines |
|
- aStrndup() behaves similarly to the POSIX function strdup(). It
allocates sufficient memory for a copy of the passed string, copies
it, and returns a pointer to the copy. A maximum number of characters
is copied (and a NUL terminator is always appended after the end).
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Follow-up to 54d1c8b93adbeee5838b8dadabeb789b9fa6c511
Signed-off-by: Haru <haru@dotalux.com>
|
|
|