I am having trouble writing this C code where I need to have two producers with their own buffers. and then one consumer which consumes one item from either buffer and only waits if both buffers are empty. I know how to write the code for if the consumer waits if either producer buffer is empty,I am having trouble writing this C code where I