1 2 3 4 5 6 7 8 9
#ifndef MUON_LANG_SERIAL_H #define MUON_LANG_SERIAL_H #include "lang/workspace.h" bool serial_dump(struct workspace *wk_src, uint32_t obj, FILE *f); bool serial_load(struct workspace *wk, uint32_t *obj, FILE *f); #endif