📄 20000605-1.c
字号:
/* Copyright (C) 2000 Free Software Foundation *//* make sure we don't get confused by various flavors of void *//* Origin: Jakub Jelinek <jakub@redhat.com> * Joel Sherrill <joel.sherrill@OARcorp.com> */typedef void foo;foo bar(void);void baz(void){ bar();}void volatile f();int x(){ f();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -