This is the command decomment that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
decomment - remove comments from C and C++ files
SYNOPSIS
decomment [file(s)]
DESCRIPTION
decomment processes the named files, or standard input if none are named, copying their
contents to standard output with comments removed. Line numbers in the input file(s) and
out file(s) are unchanged, that is, if main() occurs on line 40 in the input, it will also
appear on line 40 in the output despite comment removal.
APPLICATIONS
decomment may be used to remove comments in order to simply other programs which process
source code.
DIAGNOSTICS
No parsing-related diagnostics.
WARNINGS
Use decomment online using onworks.net services