X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fbb9d,d80be145347a62fe X-Google-Attributes: gidfbb9d,public From: wolff@j51.com (Shane Wolff) Subject: Software: my new sig Date: 1995/12/22 Message-ID: <4bdo5k$gpe@miso.wwa.com>#1/1 X-Deja-AN: 122616733 sender: boba@sashimi.wwa.com references: <4bb2pl$5lg@miso.wwa.com> organization: TZ-Link, a public-access online community in Nyack, NY. newsgroups: rec.arts.ascii Shane Wolff (wolff@j51.com) wrote: > like my new sig > its a real c program > cut n paste it > and compile it > -- > /* filename sig.c shane wolff */ > #include > int main() > { > printf ("SHANE WOLFF wolff@j51.com"); > printf ("http://www.j51.com/~wolff/"); > printf ("an eye for an eye makes the whole world blind"); > printf (" ghandi ") > } opps forgot something in there In article <4bb2pl$5lg@miso.wwa.com> you write: > >like my new sig >its a real c program >cut n paste it >and compile it > > >-- >/* filename sig.c shane wolff */ >#include >int main() >{ > printf ("SHANE WOLFF wolff@j51.com"); > printf ("http://www.j51.com/~wolff/"); > printf ("an eye for an eye makes the whole world blind"); > printf (" ghandi ") >} > someone sent me the corrections ,thanks, $ cat sig.c /* filename sig.c shane wolff */ #include int main() { printf ("SHANE WOLFF wolff@j51.com\n"); printf ("http://www.j51.com/~wolff/\n"); printf ("an eye for an eye makes the whole world blind\n"); printf (" ghandi \n"); return 0; } Output being: $./sig SHANE WOLFF wolff@j51.com http://www.j51.com/~wolff/ an eye for an eye makes the whole world blind ghandi $ just use gcc -Wall -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shane Wolff http://www.j51.com/~wolff/index.html wolff@j51.com "an eye for an eye makes the whole world blind" -gandhi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~