📄 mem.nc
字号:
/** * **/#include "ZBTYPES.h"interface Mem { async command error_t malloc(mem_head_t** p, uint8_t size); async command error_t free(mem_head_t* p); async command uint8_t getSize(mem_head_t* p); async command uint8_t getCurrentPos(mem_head_t* p); async command error_t setCurrentPos(mem_head_t* p, uint8_t pos); async command void dumpMem();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -