- Removed Double Underscores for portability
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <stdio.h>
|
||||
#include <cpptrace/cpptrace.hpp>
|
||||
|
||||
void __assert_callback(const char* expression, const char* file, int line, const char* function, const char* description)
|
||||
void _assert_callback(const char* expression, const char* file, int line, const char* function, const char* description)
|
||||
{
|
||||
// Skip
|
||||
// __assert_callback
|
||||
|
||||
Reference in New Issue
Block a user