15 lines
207 B
C
15 lines
207 B
C
//
|
|
// 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 */
|