This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
chengwenliang
/
new_que
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f7cd911d2a
Branches
Tags
master
new_que
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cpp
/
function-preprocessor.txt
function-preprocessor.txt
60 B
Historique
Raw
1
2
3
4
5
6
#ifdef DEBUG
TYPE1 foo(void)
#else
int foo(void)
#endif
{ }