| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | Mon, 11 Sep 2000 18:46:53 -0400 |
| Message-Id: | <200009112246.SAA06644@envy.delorie.com> |
| From: | DJ Delorie <dj AT delorie DOT com> |
| To: | mminnis AT prefres DOT com |
| CC: | cygwin AT sources DOT redhat DOT com |
| In-reply-to: | <4.3.2.7.2.20000911163841.035e3f00@mail.prefres.com> |
| (mminnis AT prefres DOT com) | |
| Subject: | Re: Clear.exe location? |
| References: | <4 DOT 3 DOT 2 DOT 7 DOT 2 DOT 20000911163841 DOT 035e3f00 AT mail DOT prefres DOT com> |
> Where is the location of the code that gets built & becomes 'clear.exe'?
Get clear-1.0-src.tar.gz and you'll see that the entire archive
consists of this simple program:
main()
{
write (1, "\033[1;1H\033[2J", 10);
return 0;
}
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |