|
Motr
M0
|
#include "lib/trace.h"#include "conf/preload.h"#include "conf/onwire.h"#include "conf/onwire_xc.h"#include "xcode/xcode.h"#include "lib/memory.h"#include "lib/errno.h"
Go to the source code of this file.
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_CONF |
Functions | |
| M0_INTERNAL void | m0_confx_free (struct m0_confx *enc) |
| M0_INTERNAL int | m0_confstr_parse (const char *str, struct m0_confx **out) |
| M0_INTERNAL int | m0_confx_to_string (struct m0_confx *confx, char **out) |
| M0_INTERNAL void | m0_confx_string_free (char *str) |