cheap_text.h

来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 19 行

H
19
字号
/*	@(#)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 + =
减小字号Ctrl + -
显示快捷键?