home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 1996 < prev    next >
Encoding:
Text File  |  1992-07-27  |  977 b   |  35 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!falcon.natinst.com!tjk
  3. From: tjk@falcon.natinst.com (Todd J. Kelman)
  4. Subject: Missing prototypes in stdio.h
  5. Message-ID: <9207271830.AA05235@falcon.natinst.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 27 Jul 1992 18:30:22 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 22
  12.  
  13. With version 2.2.2 of gcc:
  14.  
  15.   I cannot seem to locate the prototypes for the following ANSI
  16.   functions (which should be located in stdio.h):
  17.  
  18.      int fgetpos(FILE *, fpos_t);
  19.      int fsetpos(FILE *, fpos_t);
  20.   
  21.   and the following typedef:
  22.  
  23.      typedef do-type fpos_t;
  24.  
  25. The above functions do not appear to be in the library, either, as
  26. linking an object file with those symbols produces an "unresolved
  27. external" error.
  28.  
  29. Thanks for the help.
  30.  
  31.   Todd Kelman                                 tjk@natinst.com
  32.   National Instruments Corp.                  (512)-795-6831
  33.  
  34.  
  35.