I have the following struct:
struct elem { int number; char character; }; struct item { struct elem element; };
and the following functi
In addition to the previous answers, sometimes it makes sense to create a NULL struct. http://en.wikipedia.org/wiki/Null_Object_pattern