📄 empp.def
字号:
; empp.def : Declares the module parameters for the DLL.
LIBRARY "empp"
EXPORTS
; Explicit exports can go here
init @1
sendSMS @2
getBalance @3
setDebug @4
getUnSend @5
getState @6
uninit @7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -