On 01/30/2012 05:51 PM, Shang, YanFeng wrote:

> 
> Because I got some WARNING: line over 80 characters,
> Is this warning no issue.
> 
> Thanks
> yshang


you can do things like this:

fprintf(stderr, "sig_handlder(): unexpected signal caught"
        " [%d]\n", signal);

Or

fprintf(stderr, "sig_handlder(): unexpected signal caught [%d]\n",
        signal);


So, the '\' isn't needed .


Thanks
-Wanlong Gao

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to