H2PH(1) Perl Programmers Reference Guide H2PH(1)
H2PH(1) Perl Programmers Reference Guide H2PH(1) # H2PH(1) Perl Programmers Reference Guide H2PH(1) NNAAMMEE # h2ph - convert .h C header files to .ph Perl header files SSYYNNOOPPSSIISS # hh22pphh [[--dd ddeessttiinnaattiioonn ddiirreeccttoorryy]] [[--rr || --aa]] [[--ll]] [[--hh]] [[--ee]] [[--DD]] [[--QQ]] [[hheeaaddeerrffiilleess]] DDEESSCCRRIIPPTTIIOONN # _h_2_p_h converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . ...