Author: Unknown
Subject: Followup on additional Deque.c functions
Date: Monday, 23 Mar 2020, 01:48:59
In a previous post, you said that we cannot make auxiliary functions in Deque.c because we must include Hwk4/Deque.h However, my Deque.c includes Hwk4/Deque.h (not a local copy) and also has an auxiliary function that both remD() and headD() call. This function's prototype is defined within Deque.c and therefore my Deque.c successfully works with the Hwk4/Deque.h header file. Is this type of aux function allowed? Thank you.PREV INDEX NEXT