代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/102731/15760586

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/101771/15818811

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st
www.eeworm.com/read/100237/15879802

c realloc.c

/* * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil). * You may copy, distribute, and use this software as long as this * copyright statement is not removed. */ #include #in
www.eeworm.com/read/391748/8381824

m4 realloc.m4

# realloc.m4 serial 8 dnl Copyright (C) 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dn
www.eeworm.com/read/286264/8777344

uv2 realloc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 /
www.eeworm.com/read/286264/8777360

m51 realloc.m51

BL51 BANKED LINKER/LOCATER V5.03 06/20/2006 09:22:50 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE treall
www.eeworm.com/read/286264/8777362

bak realloc_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/286090/8790171

m4 realloc.m4

# realloc.m4 serial 7 dnl Copyright (C) 2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception t
www.eeworm.com/read/286087/8790664

m4 realloc.m4

# realloc.m4 serial 7 dnl Copyright (C) 2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception t
www.eeworm.com/read/381627/9081512

c my_realloc.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ #ifdef SAFEMALLOC /* We don't need SAFEMALLOC h