This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
mini-backtrace
mirror of
https://github.com/DragonOS-Community/mini-backtrace.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
e0b1d90940
Branches
Tags
main
mini-backtrace
/
include
/
stdio.h
stdio.h
97 B
History
Raw
1
2
3
4
5
6
7
8
#ifndef __STDIO_H
#define __STDIO_H
#include <stddef.h>
#define fprintf(...) ((void)0)
#endif