pocketclib.lib

来自「palm的pocketc」· LIB 代码 · 共 11 行

LIB
11
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?