7 lines
65 B
C
7 lines
65 B
C
|
|
||
|
#ifndef __B_TREE_H
|
||
|
#define __B_TREE_H
|
||
|
int HelloWorld();
|
||
|
|
||
|
#endif
|