| Updated: October 28, 2024 |
Create a sub-namespace in a given namespace
#include <pips/publication.h>
pips_namespace_t* pips_namespace_create_namespace(pips_namespace_t *parent,
const char *name)
This function creates a namespace with the given name as a child of the specified parent namespace.
On success, a pointer to the newly created sub-namespace. On error, NULL (errno is set).