Annotation of coherent/d/usr/bin/elvis/toupper.c, revision 1.1.1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.