📄 nestea.idl
字号:
// Nestea.idl,v 1.2 1999/04/21 01:18:33 brunsch Exp
// Just implements a nice little Nestea server
interface Nestea_Bookshelf
{
void drink (in long cans);
// Add a number of cans to the bookshelf.
void crush (in long cans);
// Crush some of those cans.
long bookshelf_size ();
// How many cans are in the collection?
string get_praise ();
// What does the server think of your collection?
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -