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


assign_flag(which, state) sets a given flag to 1 if state is
nonzero and 0 if state is zero.  'which' includes information
both about which flag set and which bit.

Prototype:
nomask void assign_flag(int which, int state);
