Skip to content

Popebl/c_function_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c_function_generator

Use python to generate source and header files of c language. When I set up a new c project, I have to copy a lot of function description texts and do a lot formatting works. Now I write this python tool to do these works automaticlly. You just need to input function relative info into ./input/function.csv, then run ./src/cFileGenerator.py. You will get c source file and header file in ./output/. C function formate is defined in .src/cFunctionBody. C function description formate is defined in .src/cFunctionDescription C header formate is defined in .src/cFunctionHeader

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published