h2ph.man
来自「早期freebsd实现」· MAN 代码 · 共 42 行
MAN
42 行
.TH H2PH 1 "August 8, 1990".AT 3.SH NAMEh2ph \- convert .h C header files to .ph Perl header files.SH SYNOPSIS.B h2ph [headerfiles].SH DESCRIPTION.I h2phconverts any C header files specified to the corresponding Perl header fileformat.It is most easily run while in /usr/include:.nf cd /usr/include; h2ph * sys/*.fiIf run with no arguments, filters standard input to standard output..SH ENVIRONMENTNo environment variables are used..SH FILES/usr/include/*.h.br/usr/include/sys/*.h.bretc..SH AUTHORLarry Wall.SH "SEE ALSO"perl(1).SH DIAGNOSTICSThe usual warnings if it can't read or write the files involved..SH BUGSDoesn't construct the %sizeof array for you..PPIt doesn't handle all C constructs, but it does attempt to isolatedefinitions inside evals so that you can get at the definitionsthat it can translate..PPIt's only intended as a rough tool.You may need to dicker with the files produced..ex
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?