coherent
/* * Return -2 if null field otherwise 1. */ checkEnd(s) char *s; { return (s[0] ? 1 : -2); }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.