Functions to handle errors message.
More...
#include <stdio.h>
Go to the source code of this file.
|
#define | MALLOC_ERROR(msg) fprintf(stderr, "malloc error at %d in file %s in function %s\n message : %s \n", __LINE__, __FILE__, __func__, (msg)); |
|
#define | FILE_ERROR(msg) fprintf(stderr, "file error at %d in file %s in function %s\n message : %s\n", __LINE__, __FILE__, __func__, (msg)); |
|
Functions to handle errors message.