Блог пользователя int23_t

Автор int23_t, история, 17 месяцев назад, По-английски

Repo

I needed a tool to combine my library headers and codes into a single file for submission, but didn't find one in my ~5 minutes of searching, so, I decided to write my own. This one is as bare bones of an implementation as it gets, as I made it to only get the job done for me, but figured sharing it here would also make sense.

  • Проголосовать: нравится
  • +12
  • Проголосовать: не нравится

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +9 Проголосовать: не нравится

Bro thats a crazy invention, but have you even heard of cat?

  • »
    »
    17 месяцев назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    I know cat. But, this thing also removes obsolete #include's from the code, so while writing I can continue using my autocompletion, and at time of submission I won't have to worry about removing them. I know I could've done that with sed too, but this was mroe convenient...