ZE-Standard-Libraries/tree/tree.c
2018-06-12 17:57:23 +08:00

5 lines
52 B
C

#include"tree.h"
int tree(void) {
return 0;
}