Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 492 Bytes

c_files_template

Templates for C programming language source (.c) and header (.h) files

How to add to Eclipse-based softwares

Go to "Window -> Preferences -> C/C++ -> Code Style -> Code Templates -> Files -> C Source File" and click New. Write a name for the new template. In the Pattern section copy the contents of template.c file. Click apply. For the C Header File copy the template.h file in the Pattern section.

When you create a new file for a project, choose your own template.