会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
三戒1993
随笔档案-2016年03月
C复习---动态内存分配
2016-03-27 20:23 by 三戒1993, 149 阅读,
收藏
,
编辑
摘要: 原型extern void *malloc(unsigned int num_bytes);头文件#include <stdlib.h>#include <malloc.h>函数声明void *malloc(size_t size);备注:void* 表示未确定类型的指针,void *可以指向任何类
阅读全文
0 Comment
About