📄 optimize4.c
字号:
// Build don't link:// // Copyright (C) 2001 Free Software Foundation, Inc.// Contributed by Nathan Sidwell 24 Jul 2001 <nathan@codesourcery.com>// Bug 3543. We forgot to resolve an OFFSET_REFstruct Writeable { bool blocking_mode;};struct Pipe : Writeable { void ewrite(); void set_write_blocking () { if (Writeable::blocking_mode); }};void Pipe::ewrite(){ set_write_blocking();}void ewrite(Pipe &p){ p.set_write_blocking();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -