This commit is contained in:
Saturneic 2018-07-21 18:39:09 +08:00
parent 785a6236fa
commit b44e3bb11b
2 changed files with 23 additions and 0 deletions

9
tree/tree.c Normal file
View File

@ -0,0 +1,9 @@
//
// tree.c
// ZE-Standard-Libraries
//
// Created by 胡一兵 on 2018/6/11.
// Copyright © 2018年 ZE. All rights reserved.
//
#include "tree.h"

14
tree/tree.h Normal file
View File

@ -0,0 +1,14 @@
//
// tree.h
// ZE-Standard-Libraries
//
// Created by 胡一兵 on 2018/6/11.
// Copyright © 2018年 ZE. All rights reserved.
//
#ifndef tree_h
#define tree_h
#include <stdio.h>
#endif /* tree_h */