测试代码输入效果

测试一下

1 #ifndef _ADD_H
2  #define _ADD_H
3
4 int add(int i, int j);
5 int sub(int i, int j);
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif
17
18

 

posted @ 2010-07-04 17:29  劳工  阅读(70)  评论(0编辑  收藏  举报