Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hcrvax.UUCP Path: utzoo!hcrvax!petera From: petera@hcrvax.UUCP (Smith) Newsgroups: net.micro.pc Subject: setjmp(), longjmp() + env access source for MS-DOS Lattice C. Message-ID: <2165@hcrvax.UUCP> Date: Thu, 23-Jan-86 21:43:28 EST Article-I.D.: hcrvax.2165 Posted: Thu Jan 23 21:43:28 1986 Date-Received: Fri, 24-Jan-86 04:15:15 EST Organization: Human Computing Resources, Toronto Lines: 11 I have just posted a .asm source for routines setjmp(), longjmp() and _envget() to net.sources. The routines setjmp() and longjmp() are as described in the Unix standard library. _envget(i) returns the ith byte of the invironment and can easily be used to write getenv() as per the Unix standard library description. Enjoy. Peter Ashwood-Smith, Human Computing Resources, and University of Toronto.