用C语言编写一个去除C代码中全部的注释的部分

/* 本程序是在原有的c文件上删除注释,并非将源文件中的注释删除而后将无注释的内容存放在新的文件中 */ linux 运行环境是在linux上code #include <stdio.h> #include <string.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h>
相关文章
相关标签/搜索