Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 391 Bytes

Header-file-generator

C/C++ header file auto create tool. You write code, tool generate the header

Usage:

Write auto-header *path_to_code* into console, when you download the .exe or python generator.py *path_to_code* when you load the python script. Then tool creates header file to the same directory and replace #include's in source code with #include "./generated_file.h"