NAME ccmkih, ccmkph SYNOPSIS ccmkih file ccmkph file DESCRIPTION ccmkih read a file (c source code) and the database with information about available header files and produce header file with all necessary information for compilation of given file. These information include #include directives to necessary header files and necessary type definitions and defines. This utility is designed for use in bigger projects, however it can be used in single file projects too. Dependencies between files are considered. Necessary database can be created by ccmngdb utility. ccmkph is similar to ccmkih utility. ccmkph produce two files. A file with prototypes of defined functions, types, global variables and defines and a patched source file, ready for use with produced header file and file produced by ccmkih utility. ccmkih and ccmkph are designed for fully automatic production of header files. FILES :ccdb /mss/msb/cset/cfg/cc.cf SEE ALSO ccmngdb(1)