wmer-os2.ch

来自「模拟器提供了一个简单易用的平台」· CH 代码 · 共 22 行

CH
22
字号
Change file for wmerge, for OS/2 and WinNT and MSVC++ 2.2contributed May 1996 by Andreas Scherer, Aaxen University of TeXnology(scherer@physik.rwth-aachen.de)@x Line 594An omitted change file argument means that |'/dev/null'| should be used,@yAn omitted change file argument means that |'NUL'| should be used,@z@x Line 620        else if (*s=='/') dot_pos=NULL,++s;@y        else if (*s==':' || *s=='\\' || *s=='/') dot_pos=NULL,++s;@z@x Line 630  if (!found_change) strcpy(change_file_name,"/dev/null");@y  if (!found_change) strcpy(change_file_name,"NUL");@z

⌨️ 快捷键说明

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