Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Modify C comment removal code to kill newlines

by anjiro (Beadle)
on Aug 21, 2006 at 14:39 UTC ( [id://568555]=note: print w/replies, xml ) Need Help??


in reply to Re: Modify C comment removal code to kill newlines
in thread Modify C comment removal code to kill newlines

It also doesn't kill the end-of-line comments:
void function foo(void) /*My function is the best*/ { int i; /*i is an integer*/ int j; /*j is also an integer*/ i = 1; j = 1; i++; j++; }
And you're right about "The end!/*" - I'll fix that now.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://568555]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found