Path: utzoo!utgpu!watmath!att!dptg!rutgers!apple!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!mailrus!cornell!rochester!kodak!brandy!mark From: mark@brandy.UUCP (mark hilliard) Newsgroups: comp.unix.i386 Subject: 1 more rn problem with interactive Message-ID: <171@brandy.UUCP> Date: 30 Aug 89 16:19:10 GMT Reply-To: mark@brandy.UUCP (mark hilliard) Organization: Eastman Kodak Co, Rochester, NY Lines: 25 Thanks for all of the data on rn, only 1 problem left: in common.h : char *sprintf(); causes the following error: "./common.h", line 674: redeclaration of sprintf Stop. the man says that sprintf should be a int, and NOT a pointer but if i change it to as the man says, (it will compile then) news numbers get messed up bad (increments by random numbers). int sprintf(); has anyone seen this? Mark Hilliard