Droplet
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
droplet.c File Reference

Functions

dpl_status_t dpl_init ()
 Initialize Droplet global data. More...
 
void dpl_free ()
 Free Droplet global data. More...
 
dpl_ctx_tdpl_ctx_new (const char *droplet_dir, const char *profile_name)
 Create a context. More...
 
dpl_ctx_tdpl_ctx_new_from_dict (const dpl_dict_t *profile)
 Creates a new context with the profile specified in a dict. More...
 
void dpl_ctx_free (dpl_ctx_t *ctx)
 Free a context. More...
 
char * dpl_size_str (uint64_t size)
 convenience function More...
 

Function Documentation

char* dpl_size_str ( uint64_t  size)
Note
not thread safe since it returns a static buffer
Parameters
size
Returns