?? wmerg-pc.ch
字號(hào):
Change file for wmerge, for MSDOS and Borland C++ 3.1.To compile the C file: bcc -w-pro wmerge.c(This file contributed by Barry Schwartz, trashman@crud.mn.org, 28 Jun 94.)@x Section 19. cur_file_name[l]='/'; /* \UNIX/ pathname separator */@y cur_file_name[l]='/'; /* A valid {\mc MSDOS} pathname separator */@z@x Section 33. if (*s=='.') dot_pos=s++; else if (*s=='/') dot_pos=NULL,name_pos=++s; else s++;@y if (*s=='.') dot_pos=s++; else if (*s==':' || *s=='\\' || *s=='/') dot_pos=NULL,name_pos=++s; else s++;@z
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -