#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 閱讀(6188)
評論(7) 編輯 收藏 引用