gcov-3.h
来自「this is a gcc file, you can download it 」· C头文件 代码 · 共 32 行
H
32 行
/* Leave unused lines for at least the length of the including source file. */struct T { int i; T() { i = 0; }};T t;int foo(){ return t.i; /* count(1) */}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?