testdllindex.obs

来自「格式化源码的最新板」· OBS 代码 · 共 4 行

OBS
4
字号
unit testdllindex;interface uses windows;function spaces(n:cardinal):string;function
restartdialog(wnd:hwnd;reason:pchar;flags:integer):integer;stdcall;external'shell32.dll'
index 59;implementation uses sysutils;function spaces(n:cardinal):string;begin result
:=inttostr(n);end;end. 

⌨️ 快捷键说明

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