代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/306178/3750034
c wudang_b.c
// /clone/board/wudang_b.c
inherit BULLETIN_BOARD;
void create()
{
set_name("武当弟子留言板", ({ "board" }) );
set("location", "/d/wudang/sanqingdian");
set("board_id", "wudang_b");
set("long"
www.eeworm.com/read/306178/3750046
c hengshan_b.c
// /clone/board/hengshan_b.c
inherit BULLETIN_BOARD;
void create()
{
set_name("恒山弟子留言板", ({ "board" }) );
set("location", "/d/hengshan/baiyunan");
set("board_id", "hengshan_b");
set("lo
www.eeworm.com/read/306178/3752172
c yuchang-jian.c
//Cracked by Kafei
#include
#include
inherit F_UNIQUE;
inherit SWORD;
//#include "/clone/unique/special_weapon.h"
void create()
{
set_name(HIW"鱼肠剑"NOR,({ "yuchang jian", "
www.eeworm.com/read/306178/3752204
h sjsz_room.h
//Cracked by Kafei
// Modified by Apache for Group BWDH
// sdong, 8/8/1999
#define BOARD "/clone/board/bwboard"
int do_attack(string arg);
int do_stop(string arg);
int do_bwscore(string arg);
void nud
www.eeworm.com/read/306178/3756925
c xiangxue.c
//Cracked by Roath
// xiangxue.c 香雪酒
#include
inherit ITEM;
inherit F_LIQUID;
void create()
{
set_name(WHT"酒瓶"NOR, ({"xiangxue jiu", "xiangxue", "jiuping",}));
set_weight(700);
if (clone
www.eeworm.com/read/306178/3760728
c square.c
//Cracked by Kafei
// sjsz/square.c 试剑山庄
// Apache for Group BWDH 09/98
#include
inherit ROOM;
#include "kantai.h"
#define BOARD "/clone/board/bwboard"
string long_desc();
void create() {
www.eeworm.com/read/306178/3760811
c yuchang-jian.c
//Cracked by Kafei
#include
#include
inherit F_UNIQUE;
inherit SWORD;
//#include "/clone/unique/special_weapon.h"
void create()
{
set_name(HIW"鱼肠剑"NOR,({ "yuchang jian", "
www.eeworm.com/read/306178/3760874
c square.c
//Cracked by Kafei
// sjsz/square.c 试剑山庄
// Apache for Group BWDH 09/98
#include
inherit ROOM;
#include "kantai.h"
#define BOARD "/clone/board/bwboard"
string long_desc();
void create() {
www.eeworm.com/read/306178/3760984
c square.c
//Cracked by Kafei
// sjsz/square.c 试剑山庄
// Apache for Group BWDH 09/98
#include
inherit ROOM;
#include "kantai.h"
#define BOARD "/clone/board/bwboard"
string long_desc();
void create() {
www.eeworm.com/read/299781/3850700
h sys.h
#ifndef _LINUX_SYS_H
#define _LINUX_SYS_H
/*
* system call entry points
*/
#define sys_clone sys_fork
#ifdef __cplusplus
extern "C" {
#endif
extern int sys_setup(); /* 0 */
extern int sys