aboutsummaryrefslogtreecommitdiff
path: root/include/gran/components/mem/simple_mem.h
blob: 8e0845cd714bdd19d0c91f945d9c7aef4fb99e5a (plain) (blame)
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 */