Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site cbscc.UUCP
Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!cbosgd!cbscc!lvc
From: lvc@cbscc.UUCP (Larry Cipriani)
Newsgroups: net.sources
Subject: Re: an 84 char self duplicator and a question on linear programming
Message-ID: <3486@cbscc.UUCP>
Date: Wed, 22-Aug-84 23:38:46 EDT
Article-I.D.: cbscc.3486
Posted: Wed Aug 22 23:38:46 1984
Date-Received: Thu, 23-Aug-84 05:08:17 EDT
References: <3483@cbscc.UUCP>
Organization: AT&T Bell Laboratories , Columbus
Lines: 14

Well dear reader here I am again hacking away at my terminal at
strange hours; a last (I promise) submission by myself on
selfduplicating C programs.  Like the 84 character version
it must be compiled and executed once to squeeze out the 
terminating new line.  This one is only 78 characters long.

main(){char *a="main(){char *a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);}

Thanks to all who wrote,
				Larry Cipriani
				cbscc!lvc

P.S.  Does anyone have a C version of the Simplex algorithm used to solve
linear programming problems ?