Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!mit-eddie!mit-trillian!rlk From: rlk@mit-trillian.MIT.EDU (Robert L Krawitz) Newsgroups: net.unix,net.bicycle Subject: strtol() Message-ID: <1366@mit-trillian.MIT.EDU> Date: Sat, 1-Nov-86 12:43:04 EST Article-I.D.: mit-tril.1366 Posted: Sat Nov 1 12:43:04 1986 Date-Received: Mon, 3-Nov-86 23:09:19 EST Reply-To: rlk@athena.MIT.EDU Organization: MIT Project Athena Lines: 14 Xref: mnetor net.unix:6108 net.bicycle:2073 What does this do? It doesn't seem to exist on my 4.3 system. I suspect it's a SysV library fn, so it seems like I'll have to write it myself. (The reason I'm cross-posting it to net.bicycle is that that's where the particlar program came from.) Example: long strtol(); getnum() { return (int)strtol(lineptr, &lineptr, 10); } -- Robert^Z