trace

来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 39 行

TXT
39
字号
     ttttrrrraaaacccceeee((((3333))))               MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))                ttttrrrraaaacccceeee((((3333))))     NNNNAAAAMMMMEEEE          trace() - sets trace flags and returns the old ones.     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          int trace( int traceflags );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Sets the trace flags and returns the old trace flags.  When          tracing is on a lot of information is printed during          execution.          The trace bits are:          Trace all function calls to lfuns.          Trace all calls to "call_other".          Trace all function returns.          Print arguments at function calls and return values.     output!).          Print all executed stack machine instructions (produces a lot of          Enable trace in heart beat functions.          Trace calls to apply.          Show object name in tracing.      SSSSEEEEEEEE AAAALLLLSSSSOOOO          traceprefix(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?