summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/main.c
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: rename main.c back to ich9deblob.cFrancis Rowe2014-12-231-248/+0
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+248
Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.