⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pocketclib.lib

📁 palm的pocketc
💻 LIB
字号:
// PocketCLib description file
// The following functions are implemented by PocketCLib

@doc "Multiply x by 5, returning the result";
times5(int x);

@doc "Reverse the given string. reverse(\"PocketC\") returns \"CtekcoP\"";
reverse(string str);

@doc "Calculate the volume of a box with sides x, y, and z";
volume(float x, float y, float z);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -