Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Files | |
file | malloc_dbg.c |
This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations. | |
file | malloc_dbg.h [code] |
Header file that contains macros used to replace malloc/calloc and free. | |
file | min_printf.h [code] |
Implementation of a function similar to printf | |
file | test_malloc_dbg.c |
File used to test the malloc_dbg, calloc_dbg and free_dbg functions. | |
file | test_min_printf.c |
File used to test min_printf function. | |