int UJIsLongLong()

in src/ujdecode.c [418:426]


int UJIsLongLong(UJObject obj)
{
	if (((Item *) obj)->type == UJT_LongLong)
	{
		return 1;
	}

	return 0;
}