home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!falcon.natinst.com!tjk
- From: tjk@falcon.natinst.com (Todd J. Kelman)
- Subject: Missing prototypes in stdio.h
- Message-ID: <9207271830.AA05235@falcon.natinst.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 27 Jul 1992 18:30:22 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 22
-
- With version 2.2.2 of gcc:
-
- I cannot seem to locate the prototypes for the following ANSI
- functions (which should be located in stdio.h):
-
- int fgetpos(FILE *, fpos_t);
- int fsetpos(FILE *, fpos_t);
-
- and the following typedef:
-
- typedef do-type fpos_t;
-
- The above functions do not appear to be in the library, either, as
- linking an object file with those symbols produces an "unresolved
- external" error.
-
- Thanks for the help.
-
- Todd Kelman tjk@natinst.com
- National Instruments Corp. (512)-795-6831
-
-
-