代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/190666/5178365
c va-arg-11.c
/* Test va_arg when the result is ignored and only the pointer increment
side effect is used. */
#include
static int
foo (int a, ...)
{
va_list va;
int i, res;
va_start (va, a);
www.eeworm.com/read/162614/5527358
c va-arg-11.c
/* Test va_arg when the result is ignored and only the pointer increment
side effect is used. */
#include
static int
foo (int a, ...)
{
va_list va;
int i, res;
va_start (va, a);
www.eeworm.com/read/340665/3279097
c va-arg-11.c
/* Test va_arg when the result is ignored and only the pointer increment
side effect is used. */
#include
static int
foo (int a, ...)
{
va_list va;
int i, res;
va_start (va, a);
www.eeworm.com/read/306178/3746185
c xuli.c
//Cracked by Kafei
#include
inherit F_DBASE;
inherit F_SSERVER;
void remove_effect(object me, object weapon, int damage);
int perform(object me, object target)
{
object weapon,clo
www.eeworm.com/read/306178/3746206
c honglian.c
// snowman
#include
int check_fight(object me);
int remove_effect(object me);
int perform(object me)
{
if( !me->is_fighting() || !living(me))
return notify_fail("「红莲火
www.eeworm.com/read/306178/3746358
c taixubaihuan.c
// tie@fengyun
#include
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int amount);
int perform(object me, object target)
{
int skill;
if( targe