mini-backtrace 0.1.4

Backtrace support for no_std and embedded programs
Documentation
1
2
3
4
5
6
7
8
9
#ifndef __STDLIB_H
#define __STDLIB_H

#include <stddef.h>

#define alloca __builtin_alloca
#define abort __builtin_trap

#endif