mini-backtrace 0.1.4

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

#include <stddef.h>

#define fprintf(...) ((void)0)

#endif