*BSD News Article 17125


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!xlink.net!rz.uni-karlsruhe.de!uni-heidelberg!uni-mannheim!andrew
From: andrew@wifo.uni-mannheim.de (Peppermint Lucy)
Newsgroups: comp.os.386bsd.bugs
Subject: Re: stdio.h & __sputc problems with gcc -ansi
Date: 14 Jun 1993 17:38:18 GMT
Organization: University of Mannheim, Germany
Lines: 8
Message-ID: <1vid2a$bt4@darum.uni-mannheim.de>
References: <1vhfrt$p3p@escargot.xx.rmit.OZ.AU> <1vi2be$qo4@escargot.xx.rmit.OZ.AU>
NNTP-Posting-Host: wipux2.wifo.uni-mannheim.de
X-Newsreader: TIN [version 1.2 PL0]

Martin P. Howell (raemph@kittyhawk.aero.rmit.OZ.AU) wrote:
: static __inline int __sputc(int _c, FILE _p) {

: and the problem will go away (presumably this lack of underscores is just
: a typing mistake).
hmm it's 
static __inline int __sputc(int _c, FILE *_p) {
in my /usr/include/stdio.h (Netbsd 0.8a 1.7 ?)