Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
File used to test the malloc_dbg, calloc_dbg and free_dbg functions. More...
Functions | |
int | main (int argc, char *argv[]) |
For IO operations if needed. | |
File used to test the malloc_dbg, calloc_dbg and free_dbg functions.
This file only have a main function that calls malloc, calloc and free. When the program exits, memory leaks must be printed.
int main | ( | int | argc, |
char * | argv[] | ||
) |
For IO operations if needed.
For the EXIT_SUCCESS macro and the "real" malloc, calloc and free functions. For the macros malloc, calloc and free and the malloc_dbg, calloc_dbg and free_dbg functions.
Main function
argc | number of arguments (not used) |
argv | list of arguments (not used) |