home *** CD-ROM | disk | FTP | other *** search
- Submitted-by: davidm@cimshop.UUCP (David S. Masterson)
-
- Just my two cents:
-
- Shouldn't 'printf "%c" 3' output a NULL byte? I would expect that the '3'
- would be stored in as a 4 byte integer of which the first 3 bytes are '0'.
- The '%c' should take the byte at the address of the argument to printf (not
- what that argument points to) and output it as an ASCII character (in this
- case NULL). Without testing it, I'm not sure -- is this not what happens?
-
- --
- David Masterson Consilium, Inc.
- (415) 691-6311 640 Clyde Ct.
- davidm@consilium.com Mtn. View, CA 94043
-
- Volume-Number: Volume 31, Number 48
-
-