spacing2.c
来自「用于进行gcc测试」· C语言 代码 · 共 17 行
C
17 行
/* Copyright (C) 2001, 2003 Free Software Foundation, Inc. *//* { dg-do preprocess } *//* We used to output an unnecessary leading space, leading to Emacs confusion with its Makefile abuse. Neil Booth, 12 Oct 2001. */#define EMPTY#define foo bara = EMPTYfoo.. /* No leading space on output. *//* { dg-final { scan-file spacing2.i "(^|\n)bar\.\." } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?