This website works better with JavaScript
Home
Explore
Help
Register
Sign In
chengwenliang
/
Queenabby
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7e62c4593e
Branches
Tags
master
Queenabby
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cpp
/
function-preprocessor.txt
function-preprocessor.txt
60 B
History
Raw
1
2
3
4
5
6
#ifdef DEBUG
TYPE1 foo(void)
#else
int foo(void)
#endif
{ }