Scroll to navigation

BSON_STRNCPY(3) Library Functions Manual BSON_STRNCPY(3)

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 will be set.

COLOPHON

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