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

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

unix.superglobalmegacorp.com

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