|
|
h2ph - Converting C header files into Perl - Perl
|
Views : 126
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
h2ph - Converting C header files into Perl
h2ph 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/*
C header files are located in the `/usr/include' directory and end with the extension `.h'. Perl header files are typically located in `/usr/local/lib/perl', with the extension `.ph' to distinguish the files from a C header file. |
|
By Geethalakshmi, On - 2010-09-17 |
|
|
|