📄 cheap_text.h
字号:
/* @(#)cheap_text.h 1.1 92/07/30 SMI *//* * Copyright (c) 1984 by Sun Microsystems Inc. *//* cheapText.h * * Quick and dirty implementation of a text object. */#include "text_obj.h"#define CHP_TXTSIZE 1000char *malloc();char *calloc();text_obj *cheap_createtext(); cheap_dump();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -