11 lines
259 B
C
Generated
11 lines
259 B
C
Generated
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include "el_runtime.h"
|
|
|
|
el_val_t init_soul_edges(void);
|
|
el_val_t load_identity_context(void);
|
|
el_val_t seed_persona_from_env(void);
|
|
el_val_t emit_session_start_event(void);
|
|
el_val_t layered_cycle(el_val_t raw_input);
|
|
|