//* printf("I am active!\n"); // */
/*
printf("I am commented out!\n");
// */
Switch between two code blocks with a single character:
//* printf ("I am active!\n"); /*/ printf ("I am commented out!\n"); // */
/* printf("Now I am commented out!\n"); /*/ printf("And I am active!\n"); // */Addendum:
I recently found a forum posting where a similar comment switch was proposed:
/* comment /* */ //* uncomment /* */
No comments:
Post a Comment