rebooting erebus project: initial commit
[erebus2020] / liberebus / src / erebus.c
1 #include "erebus.h"
2
3 int erb_init(void)
4 {
5         return 0;
6 }
7
8 void erb_cleanup(void)
9 {
10 }