📄 syshdr1.c
字号:
// Test that we don't complain about trying to define bool or wchar_t in a// system header.// Special g++ Options:// Build don't link:# 1 "syshdr1.C"# 1 "syshdr1.h" 1 3typedef int bool;typedef int wchar_t;# 2 "syshdr1.C" 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -