?? stubs.c
字號:
/* dover *//* The version of crypt() used in the worm program has the same tables as * Berkeley's 4.3 crypt(), but uses different code. Since I don't know where * we put our 4.2 tape I can't check it against that code to find the exact * source. I assume that it just a regualar crypt() routine with several * interior functions declared static, perhaps tuned somewhat for speed on the * VAX and Sun. */crypt(){ } /* These might not be copyrighted, but I'm not taking the chance. They are obvious. */h_addr2host(){}h_name2host(){}/* * Local variables: * compile-command: "make test" * comment-column: 48 * End: */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -