printf (' hello world! ');

Furmanek, Greg Greg.Furmanek@hit.cendant.com
Fri, 30 Jun 2000 13:07:19 -0400


Actually it supposed to be:
char *messsage = "hellow world!";
printf("%s\n", message);


-> -----Original Message-----
-> From: Lucas Vogel [mailto:lvogel@exponent.com]
-> Sent: Friday, June 30, 2000 9:56 AM
-> To: 'plug-discuss@lists.PLUG.phoenix.az.us'
-> Subject: RE: printf (' hello world! ');
-> 
-> 
-> Isn't it 
-> 	printf(%s,"hello world"); ?
-> 
-> Welcome to the gang!
-> 
-> > -----Original Message-----
-> > From: Barnett, Blake [mailto:bbarnett@bloodsystems.org]
-> > Sent: Friday, June 30, 2000 9:51 AM
-> > To: 'plug-discuss@lists.PLUG.phoenix.az.us'
-> > Subject: printf (' hello world! ');
-> > 
-> > 
-> > Yeah, yeah.. my syntax is probably wrong.  Just wanted to 
-> > drop a line and
-> > see who else is out there.  I'm a newbie to the area, and 
-> > thought "Hey, I
-> > like Linux, I'll find a LUG."  
-> > 
-> > I've been using Linux for a few years now, I enjoy playing 
-> > around with X and
-> > window managers, I use CVS Enlightenment right now if anyone 
-> > cares.  I do
-> > script development, perl, blah blah blah... same old stuff 
-> > most anyone who
-> > uses linux does.  
-> > 
-> > Hope to meet some of you at one of the meetings.  
-> > 
-> > Blake Barnett
-> > Unix System Administrator
-> > Blood Systems Inc.
-> > bbarnett@bloodsystems.org
-> > 480.675.5579 tel
-> > 480.675.7578 fax
-> > 
-> > 
-> > 
-> > _______________________________________________
-> > Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
-> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
-> > 
-> 
-> _______________________________________________
-> Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
-> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
->