SYNOPSIS
void
bson_strncpy (char *dst,
const char *src,
size_t size);
PARAMETERS
- dst
- The destination buffer.
- src
- The src buffer.
- size
- The number of bytes to copy into dst, which must be at least that size.
DESCRIPTION
Copies up to size bytes from src into dst \&. dst must be at least size bytes in size. A trailing \0 will be set.