📄 alloc.h
字号:
/* alloc.h * * Header for alloc.c * * The type alloc_handle_t provides an opaque reference to the * alloc pool - only the alloc routines know its structure. */typedefstruct { int dummy; }alloc_handle_t;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -