#include "global_state.h" #include "dynmem.h" EthState gEthState; void ethlib_init() { dynmem_init(); // initialize dynamic memory subsystem }