static long GetLong()

in src/ujdecode.c [343:346]


static long GetLong(UJObject obj)
{
	return ((LongValue *) obj)->value;
}