write_bytes

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

TXT
21
字号
     wwwwrrrriiiitttteeee____bbbbyyyytttteeeessss((((3333))))         MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))          wwwwrrrriiiitttteeee____bbbbyyyytttteeeessss((((3333))))     NNNNAAAAMMMMEEEE          write_bytes() - writes a contiguous series of bytes to a          file     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          int write_bytes( string path, int start, string series );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          This function writes the bytes in 'series' into the file          named by 'path' beginning at byte # 'start'.  It returns          zero (0) upon failure, 1 otherwise.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          write_file(3), read_bytes(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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