|
|
1.1 root 1: /*
2: * Check for some data in field.
3: */
4: nonNull(s)
5: register char *s;
6: {
7: if (*s)
8: return (1);
9:
10: showError("Field must contain data");
11: return (0);
12: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.