C语言在VS里使用 inline

来源:互联网 发布:2016中国人工智能大会 编辑:程序博客网 时间:2024/04/30 20:43

只需如此:


#ifdef WIN32
#define  inline __inline
#endif // WIN32


0 0
原创粉丝点击