ZE-Standard-Libraries/test/test.h
2019-01-12 02:22:04 +08:00

17 lines
251 B
C

#ifndef TEST_H
#define TEST_H
#include <sys/time.h>
#include <type.h>
#include <id/id.h>
#include <chain/chain.h>
#include <event/event.h>
#include <communicate/communicate_file.h>
int stack(void);
int list(void);
int tree(void);
#endif // TEST_H