8.4 h2pas - C header to Pascal Unit converter

h2pas attempts to convert a C header file to a Pascal unit. It can handle most C constructs that one finds in a C header file, and attempts to translate them to their Pascal counterparts.

See below (constructs) for a full description of what the translator can handle. The unit with Pascal declarations can then be used to access code written in C.

The output of the h2pas program is written to a file with the same name as the C header file that was used as input, but with the extension .pp The output file that h2pas creates can be customized in a number of ways by means of many options.

  8.4.1 Options
  8.4.2 Constructs