| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * Find extrema points in a Radiance picture. | |
| 6 | */ | |
| 7 | ||
| 8 | – | #include <stdio.h> |
| 8 | #include <math.h> | |
| 10 | – | #include <string.h> |
| 9 | ||
| 10 | + | #include "rtio.h" |
| 11 | #include "platform.h" | |
| 12 | #include "color.h" | |
| 13 | #include "resolu.h" | |
| # | Line 29 | Line 28 | headline( /* check header line */ | |
| 28 | void *p | |
| 29 | ) | |
| 30 | { | |
| 31 | < | char fmt[32]; |
| 31 | > | char fmt[MAXFMTLEN]; |
| 32 | double d; | |
| 33 | COLOR ctmp; | |
| 34 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |