|
|
coherent
/*
* Check for some data in field.
*/
nonNull(s)
register char *s;
{
if (*s)
return (1);
showError("Field must contain data");
return (0);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.