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

5 lines
51 B
C

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