|
|
coherent
#include <stdio.h>
#include "tsort.h"
/*
* Actual definition of external variables.
*/
struct wordlist *words; /* linked list of all words */
/*
* Die is used to exit from tsort with some error
* message.
*/
void
die(str)
char *str;
{
fprintf(stderr, "tsort: %r", &str);
putc('\n', stderr);
exit(1);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.