#include "kappa.h" #include "local_proto.h" void prt_label(void) { int i,j; long *cats; char *cl; FILE *fd; if (output == NULL) fd = stdout; else if ((fd = fopen (output, "a")) == NULL) { fprintf (stderr, "ERROR: can't open file <%s> to write label\n", output); return; } /* print labels */ for (i=0; i