ZE-Standard-Libraries/test/test.h

17 lines
251 B
C
Raw Normal View History

2018-12-21 09:36:57 +00:00
#ifndef TEST_H
2018-08-22 08:36:26 +00:00
#define TEST_H
#include <sys/time.h>
2018-12-21 09:36:57 +00:00
2018-08-23 16:57:38 +00:00
#include <type.h>
2018-12-21 09:36:57 +00:00
#include <id/id.h>
2019-01-11 18:22:04 +00:00
#include <chain/chain.h>
#include <event/event.h>
#include <communicate/communicate_file.h>
2018-12-21 09:36:57 +00:00
int stack(void);
int list(void);
2018-08-22 08:36:26 +00:00
int tree(void);
2018-12-21 09:36:57 +00:00
2018-07-23 04:59:16 +00:00
#endif // TEST_H