Provided by: libmongoc-doc_1.3.1-1_all 

NAME
mongoc_init() - This function should be called at the beginning of every program using the MongoDB C
driver. It is responsible for initializing global state such as process counters, SSL, and threading
primatives.
SYNOPSIS
void
mongoc_init (void);
DESCRIPTION
This function should be called at the beginning of every program using the MongoDB C driver. It is
responsible for initializing global state such as process counters, SSL, and threading primatives.
When your process has completed, you should also call mongoc_cleanup \&.
COLOPHON
This page is part of MongoDB C Driver. Please report any bugs at
https://jira.mongodb.org/browse/CDRIVER.
MongoDB C Driver 2016‐01‐18 MONGOC_INIT(3)