bson_strncpy (3) - Linux Manuals

bson_strncpy: Copies up to size bytes from src into dst. dst must be at least size bytes in size. A trailing   will be set.

NAME

bson_strncpy() - Copies up to size bytes from src into dst. dst must be at least size bytes in size. A trailing   will be set.

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.

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.