/[dtapublic]/projs/ets/trunk/src/lib_c/c_datd/memory/cmalloc.c
ViewVC logotype

Diff of /projs/ets/trunk/src/lib_c/c_datd/memory/cmalloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 243 by dashley, Sat Aug 4 18:25:51 2018 UTC revision 244 by dashley, Sun Aug 5 19:05:46 2018 UTC
# Line 1  Line 1 
1  //$Header$  //$Header$
2    //{9271a56e-a39a-4ba3-af90-c665b60de5e5}
3  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
4  //This file is part of "David T. Ashley's Shared Source Code", a set of shared components  //This file is part of "Embedded Tool Set", a tool set designed to facilitate embedded system
5  //integrated into many of David T. Ashley's projects.  //software and hardware development.
6  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
7  //This source code and any program in which it is compiled/used is provided under the MIT License,  //This source code and any program in which it is compiled/used is provided under the MIT License,
8  //reproduced below.  //reproduced below.
# Line 32  Line 33 
33    
34  #include "cmalloc.h"  #include "cmalloc.h"
35    
36  #include "../c_cmode/ccmfatal.h"  #include "../../c_cmode/ccmfatal.h"
37    
38    
39  void *CMALLOC_malloc( size_t size )  void *CMALLOC_malloc( size_t size )

Legend:
Removed from v.243  
changed lines
  Added in v.244

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25