23 lines
430 B
C
23 lines
430 B
C
#ifndef TEST_H
|
|
#define TEST_H
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <type.h>
|
|
#include <id/id.h>
|
|
#include <list/list.h>
|
|
#include <list/list_expand.h>
|
|
#include <list/list_expand_1.h>
|
|
#include <list/list_quick.h>
|
|
#include <stack/stack.h>
|
|
#include <stack/stack_expand.h>
|
|
//#include "tree/tree_expand.h"
|
|
#include "communicate/communicate.h"
|
|
|
|
int stack(void);
|
|
int list(void);
|
|
int tree(void);
|
|
int time_avg(void);
|
|
|
|
#endif // TEST_H
|