ZE-Standard-Libraries/test.h

14 lines
226 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-06-13 08:04:51 +00:00
#include "tree/tree_expand.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