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