Function test_flag:
Defined in module flags (file: /std/object/flags.c)


test_flag(which) returns 1 if a flag is set, and zero if not.  'which'
includes information both about which flag set and which bit.

Prototype:
nomask int test_flag(int which);
