ZE-Standard-Libraries/tree/tree.c

5 lines
51 B
C
Raw Normal View History

2018-06-12 09:03:31 +00:00
#include"tree.h"
int tree(void) {
return 0;
}