Skip to content

Simple program that removes comments from C code.

Notifications You must be signed in to change notification settings

okurka12/c_uncommenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C Uncommenter

Simple program that removes comments from C code.

Usage

It takes input on stdin and outputs to stdout. Hence it can be used like so:

cat input.c | ./uncomment > output.c

on GNU/Linux's Bash or similarly

type input.c | .\uncomment.exe > output.c

on Windows' cmd.

Build

I have not used anything compiler-specific or any features of new C standards, therefore it can be compiled simply like: gcc -o uncomment uncomment.c

About

Simple program that removes comments from C code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages