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