This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
DragonOS-Community
/
mini-backtrace
同期ミラー
https://github.com/DragonOS-Community/mini-backtrace.git
ウォッチ
4
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
e0b1d90940
ブランチ
タグ
main
mini-backtrace
/
include
/
stdio.h
stdio.h
97 B
履歴
Raw
1
2
3
4
5
6
7
8
#ifndef __STDIO_H
#define __STDIO_H
#include <stddef.h>
#define fprintf(...) ((void)0)
#endif