To quickly initialize a data structure with all zeros (i.e. zero’ed memory), do this:
SOME_STRUCT myStruct = { NULL };
To quickly initialize a data structure with all zeros (i.e. zero’ed memory), do this:
SOME_STRUCT myStruct = { NULL };