代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/250053/12439272

c exp10_02.c

#include #include #include struct user_info { char name[20]; int age; char phone[20]; char address[80]; }; typedef struct user_info USERINFO; void g
www.eeworm.com/read/250053/12439423

c exp09_03.c

#include #include struct Node_tag { int x; struct Node_tag *next; }; typedef struct Node_tag NODE; void main() { int k; int a; NODE *head; NODE *p,*q;
www.eeworm.com/read/250053/12439480

c exp07_06.c

#include #include #include #include #include void main() { char str[80]; char **pstr; int i,j,k,num; printf("input the number:");
www.eeworm.com/read/130553/14186476

c mcb_env.c

#include #include #include #include #ifdef __TURBOC__ #include #define FAR far #else #include #define FAR _far #endif #if
www.eeworm.com/read/130466/14192840

c coord.c

#include #include #include "coord.h" struct coords *alloc_coords(int n) { struct coords *c; if (c = malloc(sizeof(struct coords))) init_coords(c, n); #ifdef DEBUG else
www.eeworm.com/read/129726/14231075

c strspn.c

#include #include #include int main(void) { char *string1 = "9176004051"; char *string2 = "1789642"; int length; length = strspn(string1, string2
www.eeworm.com/read/129726/14231246

c realloc.c

#include #include #include #include void main() { int *pi; int i; clrscr(); pi=(int *)malloc(10*sizeof(int)); /* memory 且寸 */ if (pi==NULL) exit
www.eeworm.com/read/225360/14543948

cc dllist-driver.cc

#include "copyright.h" #include #include "dllist.h" #include #include void print() { printf("Hello World!\n"); //printf("%d\n",(int)random()%100); } void insert(DLList
www.eeworm.com/read/16321/668959

c 138.c

#include #include #include #include #include void main() { void * ptr; int gd=9,gm=2; float i; /*registerbgidriver(EGAVGA_driver);*/
www.eeworm.com/read/16545/679025

c 152.c

#include #include #include #include #include void main() { void * ptr; int gd=9,gm=2; float i; /*registerbgidriver(EGAVGA_driver);*/