updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / drawtool / plot.patch
blobe626d400caa8c01fc6803742fc0b47c6da744e9e
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))