|
|
coherent
#include <ctype.h>
tolower(c)
register c;
{
if (isascii(c) && isupper(c))
return (_tolower(c));
return (c);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.