lib.h
资源名称:vc++(dll).rar [点击查看]
上传用户:sy_lfz
上传日期:2015-02-22
资源大小:1279k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef LIB_H
- #define LIB_H
- extern "C" int __declspec(dllexport) add(int x,int y);
- #endif