📄 sv_malloc.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 + -