ZE-Standard-Libraries/test.h

16 lines
219 B
C
Raw Normal View History

2018-06-12 11:07:12 +00:00
#ifndef TEST_H
#define TEST_H
#include<stdio.h>
#include "list/list_expand.h"
#include "stack/stack_expand.h"
#include "tree/tree.h"
int stack(void);
int list(void);
int tree(void);
#endif // TEST_H