lib.h
上传用户:sy_lfz
上传日期:2015-02-22
资源大小:1279k
文件大小:0k
源码类别:

VC书籍

开发平台:

Visual C++

  1. #ifndef LIB_H
  2. #define LIB_H
  3. extern "C"  int __declspec(dllexport) add(int x,int y);
  4. #endif