Programming Assignment #1: Due Wednesday Dec 7 midnight, by email

Write a module that supports operations on two stacks of characters, in the following way:
Operations in the stack are done through methods called pushone(), popone, and emptyone() for the first stack, and pushtwo(), poptwo, and emptytwo() for the second stack. Use the following header file . The stacks module itself should be called twostacks.c . Try the module on the following test programs: Submit ONLY the source file for the module by email to jpcvergara@yahoo.com .