static long long GetLongLong()

in src/ujdecode.c [348:351]


static long long GetLongLong(UJObject obj)
{
	return ((LongLongValue *) obj)->value;
}