learning-c-language Learning C remove_comments - remove ansi style comments from source code Example of compilation: gcc -ansi remove_comments.c -o remove_comments example usage: ./remove_comments < remove_comments.c