uudecode on ISC 386/ix 1.0.6
Conor P. Cahill
cpcahil at virtech.uucp
Tue Sep 11 22:49:30 AEST 1990
In article <755 at sci34hub.UUCP> gary at sci34hub.sci.com (Gary Heston) writes:
>I pulled uudecode.c from uunet, but it needs something called index()
>which isn't defined in a SysV environment. I'm working on getting
index() is the BSD equivalent to strchr(), so you should be able to
#define index(a,b) strchr(a,b)
and compile the code without any problems.
--
Conor P. Cahill (703)430-9247 Virtual Technologies, Inc.,
uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160
Sterling, VA 22170
More information about the Comp.unix.sysv386
mailing list