Functions
<function>set_gflag(flag_num)</function> Set the flag identified by flag_num to 1. The range of flag_num is 0 to 31. <function>set_ugflag</function> usage ... set_ugflag("2"); ...
<function>reset_ugflag(flag_num)</function> Set the flag identified by flag_num to 0. The range of flag_num is 0 to 31. <function>reset_ugflag</function> usage ... reset_ugflag("2"); ...
<function moreinfo="none">is_ugflag(flag_num)</function> Returns 1 when flag identified by flag_num is set, 0 otherwise. The range of flag_num parameter is 0 to 31.