Go to the documentation of this file.
16 static int initialized = 0;
20 if (initialized == 0) {
22 setenv(
"SC_LOG_OP_IFACE",
"file", 0);
23 setenv(
"SC_LOG_FILE",
"/dev/null", 0);
int SCConfYamlLoadString(const char *string, size_t len)
Load configuration from a YAML string.
SC_ATOMIC_EXTERN(unsigned int, engine_stage)
#define SC_ATOMIC_SET(name, val)
Set the value for the atomic variable.
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
void SCRunmodeSet(SCRunMode run_mode)
Set the current run mode.
void setenv(const char *name, const char *value, int overwrite)
#define nalloc_start(x, y)
int InitGlobal(void)
Global initialization common to all runmodes.