Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!njin!princeton!udel!wuarchive!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!news.cs.indiana.edu!iuvax!hess From: hess@iuvax.cs.indiana.edu (Caleb Hess) Newsgroups: comp.sys.next Subject: Re: bug in NeXT 1.0 strtol() function Message-ID: <71771@iuvax.cs.indiana.edu> Date: 14 Nov 90 16:47:12 GMT References: <11048@milton.u.washington.edu> Distribution: usa Organization: Indiana University Lines: 4 I noticed some time ago that strtol() didn't work right on NeXT (try giving it a large hex value - anything over 2^31 comes back as FFFFFFFF). Then I discovered that NeXT has no man page for strtol, so I assumed it wasn't supported. I used sscanf() instead.