|
|
1.1 root 1: #include <ctype.h>
2:
3: tolower(c)
4: register c;
5: {
6: if (isascii(c) && isupper(c))
7: return (_tolower(c));
8: return (c);
9: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.