代码搜索:realloc

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

代码结果 1,059
www.eeworm.com/read/286264/8777345

realloc

www.eeworm.com/read/391748/8380510

c realloc.c

/* realloc() function that is glibc compatible. Copyright (C) 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify
www.eeworm.com/read/190618/8440016

c realloc.c

/************************************************************* * File: lib/realloc.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start
www.eeworm.com/read/290380/8486509

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/286953/8735920

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/286264/8777355

opt realloc.opt

### 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/286264/8777358

plg realloc.plg

礦ision2 Build Log Project: F:\单片机的C语言光盘\exam\ch11\realloc\realloc.uv2 Project File Date: 06/20/2006 Output: Build target 'Target 1' linking..
www.eeworm.com/read/286090/8789636

c realloc.c

/* Work around bug on some systems where realloc (NULL, 0) fails. Copyright (C) 1997, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/286087/8790754

c realloc.c

/* Work around bug on some systems where realloc (NULL, 0) fails. Copyright (C) 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/187002/8884879

c realloc.c

#include #include void main(void) { char *string, *new_string; if ((string = (char *) malloc(100))) { printf("Successfully allocated a 100 byte st