8.4 h2pas - C header to Pascal Unit converter

h2pas attempts to convert a C header le to a pascal unit. it can handle most C constructs that one nds in a C header le, 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 le with the same name as the C header le that was used as input, but with the extension .pp The output le that h2pas creates can be customized in a number of ways by means of many options.


  8.4.1 Options
  8.4.2 Constructs