Path: utzoo!attcan!uunet!husc6!bloom-beacon!gatech!mcnc!uvaarpa!umd5!ncifcrf!nlm-mcs!brl-adm!adm!WILCOX@nosc-tecr.arpa From: WILCOX@nosc-tecr.arpa Newsgroups: comp.unix.wizards Subject: Characters specifying C variables Message-ID: <14520@brl-adm.ARPA> Date: 24 May 88 15:02:33 GMT Sender: news@brl-adm.ARPA Lines: 7 Posted: Tue May 24 11:02:33 1988 I've noticed that the number of characters in the set 'A' through 'Z', 'a' through 'z', '0' through '9', and '_' total 63. These are the characters used to specify variables in C. Interesting--when you include '\0' you get 64, a nice power of 2. Could this tidbit be of any use to the C compiler builders? --Dwight