> 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;1H033円[2J", 10);
return 0;
}
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com