seteuid

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

TXT
26
字号
     sssseeeetttteeeeuuuuiiiidddd((((3333))))             MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))              sssseeeetttteeeeuuuuiiiidddd((((3333))))     NNNNAAAAMMMMEEEE          seteuid() - set the effective user id (euid) of an object     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          int seteuid( string str );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          Set effective uid to `str'.  valid_seteuid() in master.c          controls which values the euid of an object may be set to.          When this value is 0, then the current object's uid can be          changed by export_uid(), and only then.          But, when the value is 0, no objects can be loaded or cloned          by this object.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          export_uid(3), getuid(3), geteuid(3), this_object(3),          valid_seteuid(4)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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