# remove-c-style-comment.c **Repository Path**: EEPPEE_admin/remove-c-style-comment.c ## Basic Information - **Project Name**: remove-c-style-comment.c - **Description**: when I port some projects, I need to remove all kind of c style comment so that I can feed source to llm - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-04 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: c-comment, LLMrequire ## README # ref links - https://github.com/AndrewGrim/RemoveComments/tree/master # example usage ```bash ./remove-c-comment -input main.c -output main.txt.c ``` # and then remove blank line example usage ```bash sed -i /^$/d xman-all-in-one.c ``` # todo 1. let musl static build as release # ref links - x11 programs: https://gitee.com/EEPPEE_admin/x11-tutorial