Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mgweed.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!talcott!panda!genrad!decvax!bellcore!allegra!ulysses!mhuxr!ihnp4!mgnetp!mgweed!rjk From: rjk@mgweed.UUCP (Randy King) Newsgroups: net.followup Subject: Re: what time is it? The ANSI 3.64 answer. Message-ID: <15601@mgweed.UUCP> Date: Thu, 21-Feb-85 13:27:06 EST Article-I.D.: mgweed.15601 Posted: Thu Feb 21 13:27:06 1985 Date-Received: Sun, 24-Feb-85 01:35:19 EST References: <3400001@petrus.UUCP> <290@petrus.UUCP> <265@oliveb.UUCP> <15599@mgweed.UUCP> <15600@mgweed.UUCP> Organization: AT&T Consumer Products - Montgomery Illinois Lines: 17 <><><><> /* * SHEESH, I should have never done that. Now here is the C program * to make the parent of the parent article work. I think we've all * learned a valuable lesson here. What is it? * a.out < article */ main() { int c; while((c = getchar()) != -1) { if(c == '[') putchar('\033'); putchar(c); } }