This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
chengwenliang
/
Queenabby
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
9589d4f447
ブランチ
タグ
master
Queenabby
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cpp
/
function-preprocessor.txt
function-preprocessor.txt
60 B
履歴
Raw
1
2
3
4
5
6
#ifdef DEBUG
TYPE1 foo(void)
#else
int foo(void)
#endif
{ }