return strcmp(p0->name, p1->name);
}
-char *colorxlate(char *str, char *buf)
-{
+void colorxlate(char *str, char *buf) {
static hsbcolor_t *last;
char canon[128];
char *p;
} else
sprintf(buf, "%.3f %.3f %.3f", ((double) last->h) / 255,
((double) last->s) / 255, ((double) last->b) / 255);
- return buf;
}
double MinRankSaturation;
double MaxRankSaturation;
-extern char *colorxlate(char *str, char *buf);
+extern void colorxlate(char *str, char *buf);
static int cmpf(Agnode_t ** n0, Agnode_t ** n1)
{