Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
developer_tools Directory Reference

Files

 malloc_dbg.c
 This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations.
 
 malloc_dbg.h
 Header file that contains macros used to replace malloc/calloc and free.
 
 min_printf.h
 Implementation of a function similar to printf
 
 test_malloc_dbg.c
 File used to test the malloc_dbg, calloc_dbg and free_dbg functions.
 
 test_min_printf.c
 File used to test min_printf function.