home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / g / help / 1200 < prev    next >
Encoding:
Text File  |  1992-09-08  |  561 b   |  20 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!nntp.nta.no!nntp.nta.no!rune
  3. From: rune@nta.no (Rune Henning Johansen FBA)
  4. Subject: How to avoid warning: implicit declaration of function 'printf'
  5. Message-ID: <RUNE.92Sep8102335@calypso.nta.no>
  6. Sender: news@nntp.nta.no
  7. Nntp-Posting-Host: calypso.nta.no
  8. Organization: Norwegian Telecom Research
  9. Distribution: gnu
  10. Date: 8 Sep 92 10:23:35
  11. Lines: 7
  12.  
  13.  
  14. Using printf in my g++-program the compiler gives
  15.     warning: implicit declaration of function `printf'
  16. How can I avoid this?
  17.  
  18.  - Rune
  19.  
  20.