jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Allow the file prefix argument to be specified multiple times #28

Closed woehr closed 8 years ago

woehr commented 8 years ago

This pull request allows the file prefix flag (-f) to be specified multiple times so declarations in multiple different files are output. In my case, I have a header split across multiple files that should all exist in one module.

I hope you don't mind; I also removed some superfluous line feed characters I saw.

jwiegley commented 8 years ago

Thanks!