munch.0
来自「Object-Oriented Programming With ANSI-C这」· 0 代码 · 共 67 行
TXT
67 行
munch(1) munch(1)NAME munch -- produce class listSYNOPSIS nm -p object... archive... | munchDESCRIPTION munch reads a Berkeley-style nm(1) listing from standard input and produces as standard output a C source file defining a null-terminated array classes[] with pointers to the class functions found in each object and archive. The array is sorted by class function names. A class function is any name that appears with type T and, preceded with an underscore, with type b, d, or s.BUGS This is a hack to simplify retrieval programs. The com- patible effect of option -p in Berkeley and System V nm is quite a surprise. Because HP/UX nm does not output static symbols, munch is not very useful on this system. local: ats 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?