|
Volksdata 1.0b7
RDF library
|
Handle LSUP environment initialization and teardown. More...
#include "volksdata/term.h"

Go to the source code of this file.
Macros | |
| #define | DEFAULT_CTX_LABEL VOLK_NS "default" |
| Default context. | |
Functions | |
| VOLK_rc | VOLK_init (void) |
| Initialize the default environment. | |
| void | VOLK_done (void) |
| Close the default environment. | |
| VOLK_rc | VOLK_env_put_id (const uint32_t key, const char *data) |
| const char * | VOLK_env_get_id (const uint32_t key) |
Variables | |
| struct hashmap * | VOLK_store_reg |
| Internal registry of store handles. | |
Handle LSUP environment initialization and teardown.
VOLK_init() should be called before performing any other interaction with this library.
VOLK_done() is called automatically on program exit (atexit).
Definition in file environment.h.