mymaths.def

来自「最新visualC++编程200例书籍源码包括对数据库的操作」· DEF 代码 · 共 21 行

DEF
21
字号
;Mymaths.DEF

;

;The DEF file for the Mymaths.DLL DLL.

;

LIBRARY mymaths

CODE PRELOAD MOVEABLE DISCARDABLE

DATA PRELOAD SINGLE

EXPORTS

;The names of the DLL functions

Summary

Factorial

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?