removeCcomments three ways to remove comment lines in C language 三种方法删除C语言的注释 gcc -- 利用gcc预处理器 ---------------------- python -- python脚本,利用python的正则表达式 -------------------------------------------- sed -- 使用sed删除 ------------------