| 51 |
|
int ndims = 0; /* number of sampling dimensions */ |
| 52 |
|
int samplendx; /* sample index number */ |
| 53 |
|
|
| 54 |
– |
//extern void ambnotify(); |
| 54 |
|
void (*addobjnotify[])() = {ambnotify, NULL}; |
| 55 |
|
|
| 56 |
|
VIEW ourview = STDVIEW; /* view parameters */ |
| 117 |
|
int hres, vres; /* resolution for this frame */ |
| 118 |
|
|
| 119 |
|
static VIEW lastview; /* the previous view input */ |
| 121 |
– |
|
| 122 |
– |
//extern char *mktemp(); /* XXX should be in stdlib.h or unistd.h */ |
| 123 |
– |
|
| 124 |
– |
//double pixvalue(); |
| 120 |
|
|
| 121 |
|
static void report(int); |
| 122 |
|
static int nextview(FILE *fp); |