repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
drawtool
/
plot.patch
blob
e626d400caa8c01fc6803742fc0b47c6da744e9e
1
4c4
2
< #include <ppm.h>
3
---
4
> #include <netpbm/ppm.h>
5
9a10
,12
6
>
7
> #define max(a,b) ((a) > (b) ? (a) : (b))
8
> #define min(a,b) ((a) < (b) ? (a) : (b))