Add.
This commit is contained in:
parent
785a6236fa
commit
b44e3bb11b
9
tree/tree.c
Normal file
9
tree/tree.c
Normal 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
14
tree/tree.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user