Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!w8sdz@brl From: w8sdz@brl@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: umodem36.c now available Message-ID: <11895@sri-arpa.UUCP> Date: Wed, 21-Sep-83 03:55:36 EDT Article-I.D.: sri-arpa.11895 Posted: Wed Sep 21 03:55:36 1983 Date-Received: Mon, 26-Sep-83 06:43:12 EDT Lines: 19 From: Keith Petersen Ben Goldfarb's updated/fixed umodem36.c is now available on SIMTEL20. It's in MICRO:UMODEM.36C and has been netmailed to usenet via net.micro.cpm. Here's what Ben did: -- Version 3.6 Mods by Ben Goldfarb (ucf-cs!goldfarb), 09/03/83 . added '#include ' since tolower() is used, but is not defined in umodem. This is necessary to compile on V7 systems. Also added a isupper() test because tolower() in /usr/include/ctype.h doesn't do that. . cleaned up all the improper bitwise complementation of logical constants and variables. --end--