- 博客(1)
- 收藏
- 关注
原创 5.1内存分配管理
#include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX 640 struct node //瀹氫箟鍒嗗尯 { int address, size; struct node *next; }; typedef struct node RECT; /*-----鍑芥暟瀹氫箟-------*/ RECT *assignment(RECT *head,int application);
2023-11-03 14:40:16 123 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人