This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
DragonOS-Community
/
mini-backtrace
oglindă de
https://github.com/DragonOS-Community/mini-backtrace.git
Urmărește
4
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
e0b1d90940
Ramuri
Etichete
main
mini-backtrace
/
include
/
stdio.h
stdio.h
97 B
Istoric
Crud
1
2
3
4
5
6
7
8
#ifndef __STDIO_H
#define __STDIO_H
#include <stddef.h>
#define fprintf(...) ((void)0)
#endif