PREV INDEX NEXT

Author: Unknown
Subject: Checking for "invalid arguments" and "inconsistent Deque objects"
Date: Sunday, 22 Mar 2020, 19:01:42

In Deque.c, the functions take the arguments (Deque *d, char *s, char **s). How can we check if these arguments are "invalid", or if the Deque objects are "inconsistent"? Is there a typeof() function in C?
PREV INDEX NEXT