ZE-Standard-Libraries/test.h

15 lines
263 B
C
Raw Normal View History

2018-06-12 11:07:12 +00:00
#ifndef TEST_H
#define TEST_H
2018-08-03 10:32:20 +00:00
#include "type/type.h"
2018-06-12 11:07:12 +00:00
#include "list/list_expand.h"
#include "stack/stack_expand.h"
2018-08-07 04:10:55 +00:00
#include "tree/tree_expand.h"
#include "communicate/communicate.h"
2018-06-12 11:07:12 +00:00
int stack(void);
int list(void);
int tree(void);
2018-07-23 04:59:16 +00:00
#endif // TEST_H