clibs / makeheaders

A clib package for the makeheaders command http://www.hwaci.com/sw/mkhdr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makeheaders

A clib package for the makeheaders command (original: http://www.hwaci.com/sw/mkhdr/)

Installation

clib install makeheaders

Usage

Usage: makeheaders [options] filename...
Options:
  -h          Generate a single .h to standard output.
  -H          Like -h, but only output EXPORT declarations.
  -v          (verbose) Write status information to the screen.
  -doc        Generate no header files.  Instead, output information
              that can be used by an automatic program documentation
              and cross-reference generator.
  -local      Generate prototypes for "static" functions and
              procedures.
  -f FILE     Read additional command-line arguments from the file named
              "FILE".
  --          Treat all subsequent comment-line parameters as filenames,
              even if they begin with "-".

About

A clib package for the makeheaders command http://www.hwaci.com/sw/mkhdr/

License:Other


Languages

Language:C 99.2%Language:Makefile 0.8%