#ifndef __file_h__
extern const char table1[];
#else
const char table1[] = "\x30\xB8\xD1\xB8\x10\x68\x3D\xBC\x09\x04\x31\x94\x5C\x91\xAF\x6C";
#endif
#ifndef __file_h__
#define __file_h__
.........function
#endif
--------------------
用以上技巧的前提是,这个.H必须被不同的CPP包含两次以上。
posted on 2010-04-08 11:17
foxriver 阅读(6157)
评论(7) 编辑 收藏 引用