Intelligent pre-processing of headers to generate single file headers without system header content
Usage: Header_File_constructor [options] in_file out_file
Options:
-f, --full
Even under folder handling each file is guaranteed to be included individually without error
-h, --help
Display help
-r, --relocate
Relocate the input file path in "#line" to the specified path
-b, --skip-simple-block-comment
Skip simple block comment
-f, --format
Format the line beginning
This will result in a better looking output file,
but the number of columns in the compilation warning will not match the source file.
-s, --std-out
Output to standard output
if in_file is a directory, out_file must be a directory or not exist,
and all superficial files in in_file will be processed.