libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_allocator.gstrndup
libgit2_d
sys
alloc
git_allocator
Equivalent to the
gstrdup
function, but only duplicating at most
n + 1
bytes
struct
git_allocator
char
*
function
(
const
(
char
)*
str
,
size_t
n
,
const
(
char
)*
file
,
int
line
)
gstrndup
;
Meta
Source
See Implementation
libgit2_d
sys
alloc
git_allocator
variables
gcalloc
gfree
gmalloc
gmallocarray
grealloc
greallocarray
gstrdup
gstrndup
gsubstrdup
Equivalent to the gstrdup function, but only duplicating at most n + 1 bytes