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