📄 epocmemory.h
字号:
/** @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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -