urbit/j/6/ut_lose.c
2014-10-10 22:32:58 -07:00

18 lines
372 B
C

/* j/6/lose.c
**
** This file is in the public domain.
*/
#include "all.h"
u3_noun
u3_cqfu_lose(u3_noun van,
u3_noun sut,
u3_noun gen)
{
u3_noun von = u3_ci_molt(u3k(van), u3_cv_sam, u3k(sut), 0);
u3_noun gat = u3_cj_hook(von, "lose");
return u3_cn_kick_on(u3_ci_molt(gat, u3_cv_sam, u3k(gen), 0));
}