set_debug_level

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

TXT
26
字号
     sssseeeetttt____ddddeeeebbbbuuuugggg____lllleeeevvvveeeellll((((3333))))     MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))      sssseeeetttt____ddddeeeebbbbuuuugggg____lllleeeevvvveeeellll((((3333))))     NNNNAAAAMMMMEEEE          set_debug_level() - sets the debug level used by the          driver's debug() macro     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          void set_debug_level( int level );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          This efun is only available when the driver is compiled with          -DDEBUG_MACRO.  The purpose of this efun is to allow the          amount and type of debugging information produced to be          controlled from within the mud (while the driver is          running).          For more information, read the file debug.h which is          included with the driver source.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          set_malloc_mask(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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