Path: utzoo!utgpu!cs.utexas.edu!usc!rutgers!sun-barr!newstop!eastapps!juggler!gaudreau From: gaudreau@juggler.East.Sun.COM (Joe Gaudreau (Spaced for Rent)) Newsgroups: alt.hackers Subject: Something fun Message-ID: <4669@eastapps.East.Sun.COM> Date: 6 Mar 91 15:11:27 GMT Sender: news@East.Sun.COM Organization: Sun Microsystems Inc. - BDC Lines: 27 Approved: gaudreau@East /* cc -g -o weird weird.c */ main(argc, argv) int argc; char **argv; { int n; char *p, *x; for (x = *argv; *argv; argv++) { for (p = *argv; *p; p++) { *p = ' '; } } strcpy(x, "x"); while (1); } /*weird*/ Hack on dudes, Joe -=-