Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix Subject: Re: typedefs, etc. - (nf) Message-ID: <15115@sri-arpa.UUCP> Date: Thu, 5-Jan-84 04:58:13 EST Article-I.D.: sri-arpa.15115 Posted: Thu Jan 5 04:58:13 1984 Date-Received: Sat, 7-Jan-84 02:39:40 EST Lines: 16 From: Ron Natalie @"#@%`*@ pinko computer science freaks... Every hacker knows there is really only one data type--integer (in C "int"). Booleans are just wedged in there. Real Fortran programmers have been rounding integers by adding results of ".AND." to their INTEGER variables. C just legitimizes this. No real programmer uses floating point, too ineffecient (he does this even on machines like HEP which compute floating point faster than they do integers). He just approximates by using fixed integers again. Characters are just integers made smaller. Again, the real programmer null-terminates his strings with a "0" not a "'\0'" or "NULL". Everyone knows that space is 40(base 8) in ASCII and 40(base 16) in EBCDIC and ASCII characters less than 32 are no printing. Don't forget that character constants in C are integers! :->