⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sv_malloc.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
#ifndef	sv_malloc_defined#define sv_malloc_defined#ifndef lint#ifdef sccsstatic char  sccsid[] = "@(#)sv_malloc.h 1.1 92/07/30";#endif#endif/* *  Copyright (c) 1989 by Sun Microsystems Inc. */char	* sv_malloc(/* int requested_size */),	* sv_calloc(/* int how_many_blocks, int size_per_block */),	* sv_realloc(/* char * ptr, unsigned int requested_size */);#endif sv_malloc_defined

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -