libdebug 1.0.0
Debugging helper library with Memory leak detection
Todo List
Member _trace_dynmsg (const char *p_File, const unsigned int p_Line, const char *p_CompilDate, const char *p_CompilTime, const char *p_Function, const char *p_Format,...)
Replace with a portable snprintf function
Member dbg_asprintf (char **p_Ptr, const char *p_Format, const char *File, const int Line, const char *CompilDate, const char *CompilTime, const char *Function,...)
Implement a vasprintf wrapping function to catch allocation and use it here