intn Hputbit(int32 h_id, intn bit)
h_id
IN:
Bit-access element identifier
bit
Bit to be written
Purpose
Writes one bit to the specified bit-access element.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
This function is a wrapper for Hbitwrite.