Tagged Questions
6
votes
2answers
188 views
How can I make a web browser view my .h file as text?
I want to post a .h file from a project I'm working on. I set a simple href link to it, like:
<p>Click here to download the <a href=project_strings.h>strings file</a>.
When I ...