epocmemory.h
来自「大名鼎鼎的远程登录软件putty的Symbian版源码」· C头文件 代码 · 共 27 行
H
27 行
/** @file epocmemory.h * * Symbian OS memory management routines for PuTTY * * Copyright 2002 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/#ifndef __EPOCMEMORY_H__#define __EPOCMEMORY_H__/** * Initializes the PuTTY Symbian OS memory management. Allocates the PuTTY * heap. */void epoc_memory_init();/** * Uninitializes the PuTTY Symbian OS memory management. Frees the PuTTY * heap. */void epoc_memory_free();#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?