This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4629d7b51b
factor
/
extra
/
c
/
tests
/
test6
/
test6.c
2 lines
42 B
C
Raw
Normal View
History
Unescape
Escape
adding some preprocessor test files
2009-04-02 12:40:15 -04:00
#
define max(a, b) ((a) > (b) ? (a) : (b))