home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11085 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  771 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!sh.wide!wnoc-tyo-news!news.u-tokyo.ac.jp!yayoi!tansei1!mhiroshi
  2. From: mhiroshi@tansei.cc.u-tokyo.ac.jp (H. Murakami)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Question about vfprintf.c [386bsd]
  5. Message-ID: <3859@tansei1.tansei.cc.u-tokyo.ac.jp>
  6. Date: 10 Jan 93 01:27:37 GMT
  7. Sender: news@tansei.cc.u-tokyo.ac.jp
  8. Organization: Hokkaido Univ. However I am subject to tansei for JUNET.
  9. Lines: 20
  10.  
  11.  
  12. In the file, /usr/src/lib/libc/stdio/vfprintf.c,
  13.  
  14. there are several places that the function "round" is called
  15. with its fifth argument:
  16.  
  17.     (char)0
  18.  
  19. , which I think 
  20.  
  21.     (char)'0'
  22.  
  23.     or just
  24.  
  25.     '0'
  26.  
  27. to be correct.  Am I correct or wrong?
  28.  
  29.     Hiroshi Murakami.
  30.     mhiroshi@tansei.cc.u-tokyo.ac.jp
  31.