Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dansnow/c-concat

Source concat
https://github.com/dansnow/c-concat

Last synced: 21 days ago
JSON representation

Source concat

Awesome Lists containing this project

README

        

c-concat
========

## Description ##
Have you only can hand out single c source code?
But you have splited the function in several file.
Let's concat all the file together.
And it can be automatically done to save your time.
Just develop as usual.

## Usage ##
Sorry for this, now you need to copy all the source file to bin directory
And run `./cconcat ` and it will output file named `bundle.c`.

## Todo ##
- Support more language, now only support c
- Deal with duplicate symbol, by add file prefix
- More options
- Gemify