shrub/j/6/ut_gain.c

18 lines
377 B
C
Raw Normal View History

2013-09-29 00:21:18 +04:00
/* j/6/gain.c
**
** This file is in the public domain.
*/
#include "all.h"
2014-09-04 07:10:43 +04:00
2013-09-29 00:21:18 +04:00
2014-09-04 01:33:18 +04:00
u2_noun
u2_cqfu_gain(u2_noun van,
u2_noun sut,
u2_noun gen)
2013-09-29 00:21:18 +04:00
{
2014-09-02 04:10:04 +04:00
u2_noun von = u2_ci_molt(u2k(van), u2_cv_sam, u2k(sut), 0);
u2_noun gat = u2_cj_hook(u2k(von), "gain");
return u2_cn_kick_on(u2_ci_molt(gat, u2_cv_sam, u2k(gen), 0));
2013-09-29 00:21:18 +04:00
}