1 2 3 4 5 6 7 8
#ifndef EXSIM_SIMPLE_MEM_H #define EXSIM_SIMPLE_MEM_H #include <gran/component.h> struct component *create_simple_mem(size_t size); #endif /* EXSIM_SIMPLE_MEM_H */