Path: utzoo!utgpu!water!watmath!clyde!att-cb!osu-cis!tut.cis.ohio-state.edu!mailrus!umix!umich!mibte!gamma!ulysses!thumper!faline!bellcore!tness7!ninja!sys1!doug From: doug@sys1.TANDY.COM Newsgroups: comp.binaries.ibm.pc Subject: Re: Thanks, I'd rather do it myself Message-ID: <-8327294@sys1> Date: 15 Apr 88 15:06:00 GMT References: <2237@ttidca.TTI.COM> Lines: 40 Nf-ID: #R:ttidca.TTI.COM:2237:sys1:-8327294:000:938 Nf-From: sys1.TANDY.COM!doug Apr 15 10:06:00 1988 {munch} >Although the C program works, on a UNIX system it can be done using >system tools: > dd bs=1 skip=9758 if=self.extract of=real.arc that's a tad slow, try dd bs=9758 skip=1 if=self.extract of=real.arc doug@sys1.tandy.com \ T / \ T / / C \ / C \ ------------- USnail : 400 Atrium One Tandy Center Fort Worth, Tx, 76102. AT&T : (817)-390-3001 UUCP : { ihnp4 || trsvax || soma || uiucuxc || ico }!sys1!doug LOGICAL : 1110011 1111001 1110011 0110001 0100001 1100100 1101111 1110101 1110101 1100111 #include #include extern short int *employers(); disclamer(this_message) char **this_message { register out; if (*this_message == employers(opinon)) exit(); if (*this_message == reality) abort(); if (flames) { out=open("/dev/null", O_WRONLY); write(out, flames, sizeof(flames)); close(out); } }