dafky2000 / simplectemplate

Simple C Template library to expand placeholders in a template string, simple alternative to mustache.github.io that doesn't require JSON as data input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add ability to specify a stream

andy5995 opened this issue · comments

Using render_template_file prints the output to stdout. Can a desired stream be passed so the output gets written directly to a file?

Good idea! Not a priority right now but perhaps I could add an option to the RenderOptions structure for this.