C++ 风格注释

macos 快捷键: command + /
windows,Linux 快捷键:ctrl + /

// struct list_head list;

C 风格注释

macos 快捷键:option + shift + a
windows 快捷键:alt + shift + a
Linux 快捷键:ctrl + shift + a

/* struct list_head list; */
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐