readme.txt
来自「这是一个C程序分析工具」· 文本 代码 · 共 40 行
TXT
40 行
MetreCopyright (c) 1993-1995 by Paul Long All rights reserved. *** IMPORTANT *** If you read nothing else, read this!Metre must typically be run against PREPROCESSED C source. This is themost common error people make. They do not read the documentation, runMetre on their raw C code, and complain that Metre generated a syntaxerror. So, run your C preprocessor, write the output to an intermediatefile, then run Metre against that intermediate, preprocessed file, orpipe the output of your preprocessor directly into Metre, as in cpp |metre.Manifest--------readme.txt This file.metre.doc Documentation.install.txt Installation instructions for system administrator.history.txt Modification history.license.txt Licensing agreement.metrules.c Rules for the Metre metrics tool.trerules.c Rules for the Mtree call-tree tool.fcnrules.c Rules for a function-splitting tool. Read about in install.txt.metre.h Description of interface between rules and parser engine.gram.y yacc specification.ytab.c Parser generated by MKS yacc in C.ytab.h Header file generated by MKS yacc in C.scan.l lex specification.lex_yy.c Lexer generated by MKS lex in C.metreint.h Description of internal interface between lexer and parser.makefile.dos Makefile for building and testing tools under MS-DOS.makefile.unx Makefile for building and testing tools under UNIX.metrules.out Metrics tool output.trerules.out Call-tree tool output.metre.1 Man page for metrics tool.mtree.1 Man page for call-tree tool.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?